HCNavigatorYAxisOptions class
(Highstock, Gantt) Options for the navigator Y axis. Default series options for the navigator yAxis are: (see online documentation for example)
- Implemented types
Constructors
-
const
Properties
- accessibility → HCAxisAccessibilityOptionsObject?
-
(Highstock, Gantt) Accessibility options for an axis. Requires the accessibility module.
final
- alignTicks → bool?
-
(Highcharts, Highstock, Gantt) When using multiple axis, the ticks of two or more opposite axes will automatically be aligned by adding ticks to the axis or axes with the least ticks, as if
tickAmountwere specified.final - allowDecimals → bool?
-
(Highstock, Gantt) Whether to allow decimals in this axis' ticks. When counting integers, like persons or hits on a web page, decimals should be avoided in the labels. By default, decimals are allowed on small scale axes.
final
- alternateGridColor → dynamic
-
(Highstock, Gantt) When using an alternate grid color, a band is painted across the plot area between every other grid line.
final
-
breaks
→ List<
HCNavigatorYAxisBreaksOptions> ? -
(Highcharts, Highstock, Gantt) An array defining breaks in the axis, the sections defined will be left out and all the points shifted closer to each other.
final
-
categories
→ List<
String> ? -
(Highcharts, Gantt) If categories are present for the xAxis, names are used instead of numbers for that axis.
final
- ceiling → num?
-
(Highcharts, Highstock, Gantt) The highest allowed value for automatically computed axis extremes.
final
- className → String?
-
(Highstock, Gantt) A class name that opens for styling the axis by CSS, especially in Highcharts styled mode. The class name is applied to group elements for the grid, axis elements and labels.
final
- crosshair → dynamic
-
(Highstock, Gantt) Configure a crosshair that follows either the mouse pointer or the hovered point.
final
- crossing → num?
-
(Highstock, Gantt) The value on a perpendicular axis where this axis should cross. This is typically used on mathematical plots where the axes cross at 0. When
crossingis set, space will not be reserved at the sides of the chart for axis labels and title, so those may be clipped. In this case itfinal - dateTimeLabelFormats → HCAxisDateTimeLabelFormatsOptions?
-
(Highcharts, Highstock, Gantt) For a datetime axis, the scale will automatically adjust to the appropriate unit. This member gives the default representations used for each unit. For easier data interpretation,
hour,day,monthandyearunits can be used and formatted as boundary tick valuesfinal - endOnTick → bool?
-
(Highstock, Gantt) Whether to force the axis to end on a tick. Use this option with the
maxPaddingoption to control the axis end.final - events → HCNavigatorYAxisEventsOptions?
-
(Highstock, Gantt) Event handlers for the axis.
final
- floor → num?
-
(Highcharts, Highstock, Gantt) The lowest allowed value for automatically computed axis extremes.
final
- grid → HCNavigatorYAxisGridOptions?
-
(Gantt) Set grid options for the axis labels. Requires Highcharts Gantt.
final
- gridLineColor → dynamic
-
(Highstock, Gantt) Color of the grid lines extending the ticks across the plot area.
final
- gridLineDashStyle → String?
-
(Highstock, Gantt) The dash or dot style of the grid lines. For possible values, see this demonstration.
final
- gridLineWidth → num?
-
(Highstock, Gantt) The width of the grid lines extending the ticks across the plot area. Defaults to 1 on the Y axis and 0 on the X axis, except for 3d charts and gauges.
final
- gridZIndex → num?
-
(Highcharts, Highstock, Gantt) The Z index of the grid lines.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
(Highstock, Gantt) An id for the axis. This can be used after render time to get a pointer to the axis object through
chart.get().final - labels → HCNavigatorYAxisLabelsOptions?
-
(Highstock, Gantt) The axis labels show the number or category for each tick.
final
- left → dynamic
-
(Highcharts, Highstock) The left position as the horizontal axis. If it's a number, it is interpreted as pixel position relative to the chart.
final
- lineColor → dynamic
-
(Highstock, Gantt) The color of the line marking the axis itself.
final
- lineWidth → num?
-
(Highstock, Gantt) The width of the line marking the axis itself.
final
- margin → num?
-
(Highstock, Gantt) If there are multiple axes on the same side of the chart, the pixel margin between the axes. Defaults to 0 on vertical axes, 15 on horizontal axes.
final
- max → dynamic
-
(Highstock, Gantt) The maximum value of the axis. If
undefined, the max value is automatically calculated.final - maxPadding → num?
-
(Highcharts, Highstock, Gantt) Padding of the max value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer. This is useful when you don't want the highest data value to appear on the edge of the plot area. When the axis'
maxoption is set or a max extreme is sefinal - min → dynamic
-
(Highstock, Gantt) The minimum value of the axis. If
undefined, the min value is automatically calculated.final - minorGridLineColor → dynamic
-
(Highstock, Gantt) Color of the minor, secondary grid lines.
final
- minorGridLineDashStyle → String?
-
(Highstock, Gantt) The dash or dot style of the minor grid lines. For possible values, see this demonstration.
final
- minorGridLineWidth → num?
-
(Highstock, Gantt) Width of the minor, secondary grid lines.
final
- minorTickColor → dynamic
-
(Highstock, Gantt) Color for the minor tick marks.
final
- minorTickInterval → dynamic
-
(Highstock, Gantt) Specific tick interval in axis units for the minor ticks. On a linear axis, if
"auto", the minor tick interval is calculated as a fifth of the tickInterval. Ifundefined, minor ticks are not shown.final - minorTickLength → num?
-
(Highstock, Gantt) The pixel length of the minor tick marks.
final
- minorTickPosition → String?
-
(Highstock, Gantt) The position of the minor tick marks relative to the axis line. Can be one of
insideandoutside.final - minorTicks → bool?
-
(Highstock, Gantt) Enable or disable minor ticks. The interval between the minor ticks can be controlled either by the minorTicksPerMajor setting, or as an absolute minorTickInterval value.
final
- minorTicksPerMajor → num?
-
(Highstock, Gantt) The number of minor ticks per major tick. Works for
linear,logarithmicanddatetimeaxes.final - minorTickWidth → num?
-
(Highstock, Gantt) The pixel width of the minor tick mark.
final
- minPadding → num?
-
(Highcharts, Highstock, Gantt) Padding of the min value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer. This is useful when you don't want the lowest data value to appear on the edge of the plot area. When the axis'
minoption is set or a max extreme is setfinal - minTickInterval → num?
-
(Highstock, Gantt) The minimum tick interval allowed in axis values. For example on zooming in on an axis with daily data, this can be used to prevent the axis from showing hours. Defaults to the closest distance between two points on the axis.
final
- offset → num?
-
(Highstock, Gantt) The distance in pixels from the plot area to the axis line. A positive offset moves the axis with its line, labels and ticks away from the plot area. This is typically used when two or more axes are displayed on the same side of the plot. With multiple axes the offset is dynamical
final
- opposite → bool?
-
(Highstock, Highcharts, Gantt) Whether to display the axis on the opposite side of the normal. The normal is on the left side for vertical axes and bottom for horizontal, so the opposite sides will be right and top respectively. This is typically used with dual or multiple axes.
final
- panningEnabled → bool?
-
(Highstock, Gantt) Whether to pan axis. If
chart.panningis enabled, the option allows to disable panning on an individual axis.final -
plotBands
→ List<
HCNavigatorYAxisPlotBandsOptions> ? -
(Highcharts, Highstock, Gantt) An array of colored bands stretching across the plot area marking an interval on the axis.
final
-
plotLines
→ List<
HCNavigatorYAxisPlotLinesOptions> ? -
(Highcharts, Highstock, Gantt) An array of lines stretching across the plot area, marking a specific value on one of the axes.
final
- reversed → bool?
-
(Highstock, Gantt) Whether to reverse the axis so that the highest number is closest to the origin.
final
- reversedStacks → bool?
-
(Highcharts, Highstock) If
true, the first series in a stack will be drawn on top in a positive, non-reversed Y axis. Iffalse, the first series is in the base of the stack.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showFirstLabel → bool?
-
(Highstock, Gantt) Whether to show the first tick label.
final
- showLastLabel → bool?
-
(Highcharts, Highstock, Gantt) Whether to show the last tick label.
final
- softMax → num?
-
(Highcharts, Highstock, Gantt) A soft maximum for the axis. If the series data maximum is less than this, the axis will stay at this maximum, but if the series data maximum is higher, the axis will flex to show all data.
final
- softMin → num?
-
(Highcharts, Highstock, Gantt) A soft minimum for the axis. If the series data minimum is greater than this, the axis will stay at this minimum, but if the series data minimum is lower, the axis will flex to show all data.
final
- startOfWeek → num?
-
(Highcharts, Highstock, Gantt) For datetime axes, this decides where to put the tick between weeks. 0 = Sunday, 1 = Monday.
final
- startOnTick → bool?
-
(Highcharts, Highstock, Gantt) Whether to force the axis to start on a tick. Use this option with the
maxPaddingoption to control the axis start.final - staticScale → num?
-
(Highcharts, Highstock, Gantt) For vertical axes only. Setting the static scale ensures that each tick unit is translated into a fixed pixel height. For example, setting the static scale to 24 results in each Y axis category taking up 24 pixels, and the height of the chart adjusts. Adding or removin
final
- tickAmount → num?
-
(Highcharts, Highstock, Gantt) The amount of ticks to draw on the axis. This opens up for aligning the ticks of multiple charts or panes within a chart. This option overrides the
tickPixelIntervaloption.final - tickColor → dynamic
-
(Highstock, Gantt) Color for the main tick marks.
final
- tickInterval → num?
-
(Highstock, Gantt) The interval of the tick marks in axis units. When
undefined, the tick interval is computed to approximately follow the tickPixelInterval on linear and datetime axes. On categorized axes, aundefinedtickInterval will default to 1, one category. Note that datetime axes are basfinal - tickLength → num?
-
(Highstock, Gantt) The pixel length of the main tick marks.
final
- tickmarkPlacement → String?
-
(Highcharts, Gantt) For categorized axes only. If
onthe tick mark is placed in the center of the category, ifbetweenthe tick mark is placed between categories. The default isbetweenif thetickIntervalis 1, elseon. In order to render tick marks on a category axis it is necessary to pfinal - tickPixelInterval → num?
-
(Highstock, Gantt) If tickInterval is
nullthis option sets the approximate pixel interval of the tick marks. Not applicable to categorized axis.final - tickPosition → String?
-
(Highstock, Gantt) The position of the major tick marks relative to the axis line. Can be one of
insideandoutside.final -
tickPositions
→ List<
num> ? -
(Highstock, Gantt) An array defining where the ticks are laid out on the axis. This overrides the default behavior of tickPixelInterval and tickInterval.
final
- tickWidth → num?
-
(Highcharts, Highstock, Gantt) The pixel width of the major tick marks.
final
- title → HCNavigatorYAxisTitleOptions?
-
(Highstock, Gantt) The axis title, showing next to the axis line.
final
- type → String?
-
(Highcharts, Gantt) The type of axis. Can be one of
linear,logarithmic,datetime,categoryortreegrid. Defaults totreegridfor Gantt charts,linearfor other chart types.final - uniqueNames → bool?
-
(Highcharts, Gantt) Applies only when the axis
typeiscategory. WhenuniqueNamesis true, points are placed on the X axis according to their names. If the same point name is repeated in the same or another series, the point is placed on the same X position as other points of the same name. Whfinal - visible → bool?
-
(Highcharts, Highstock, Gantt) Whether axis, including axis title, line, ticks and labels, should be visible.
final
- width → dynamic
-
(Highcharts, Highstock) The width as the horizontal axis. If it's a number, it is interpreted as pixels.
final
- zIndex → num?
-
(Highstock, Gantt) The Z index for the axis group.
final
- zoomEnabled → bool?
-
(Highstock, Gantt) Whether to zoom axis. If
chart.zoomTypeis set, the option allows to disable zooming on an individual axis.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited