HighchartsNavigatorYAxisOptions constructor
HighchartsNavigatorYAxisOptions({
- String? className,
- HighchartsNavigatorYAxisCrosshairOptions? crosshair,
- bool? endOnTick,
- double? gridLineWidth,
- String? id,
- HighchartsNavigatorYAxisLabelsOptions? labels,
- double? maxPadding,
- double? minPadding,
- bool? startOnTick,
- double? tickLength,
- double? tickWidth,
- HighchartsNavigatorYAxisTitleOptions? title,
- double? lineWidth,
- dynamic max,
- dynamic min,
- bool? opposite,
- List<
HighchartsYAxisPlotBandsOptions> ? plotBands, - List<
HighchartsYAxisPlotLinesOptions> ? plotLines, - bool? reversed,
- bool? reversedStacks,
- bool? showLastLabel,
- double? softMax,
- double? softMin,
- double? tickPixelInterval,
- HighchartsXAxisAccessibilityOptions? accessibility,
- bool? alignTicks,
- bool? allowDecimals,
- String? alternateGridColor,
- List<
HighchartsXAxisBreaksOptions> ? breaks, - double? ceiling,
- double? crossing,
- HighchartsXAxisDateTimeLabelFormatsOptions? dateTimeLabelFormats,
- HighchartsXAxisEventsOptions? events,
- double? floor,
- String? gridLineColor,
- String? gridLineDashStyle,
- double? gridZIndex,
- dynamic left,
- String? lineColor,
- double? margin,
- double? minTickInterval,
- String? minorGridLineColor,
- String? minorGridLineDashStyle,
- double? minorGridLineWidth,
- String? minorTickColor,
- String? minorTickInterval,
- double? minorTickLength,
- String? minorTickPosition,
- double? minorTickWidth,
- bool? minorTicks,
- double? minorTicksPerMajor,
- double? offset,
- bool? panningEnabled,
- bool? showFirstLabel,
- double? startOfWeek,
- double? tickAmount,
- String? tickColor,
- double? tickInterval,
- String? tickPosition,
- HighchartsCallback? tickPositioner,
- List<
double> ? tickPositions, - bool? visible,
- dynamic width,
- double? zIndex,
- bool? zoomEnabled,
- double? staticScale,
- String? type,
- List<
String> ? categories, - HighchartsXAxisGridOptions? grid,
- String? tickmarkPlacement,
- bool? uniqueNames,
Options for the navigator Y axis. Default series options for the navigator yAxis are: js yAxis: { gridLineWidth: 0, startOnTick: false, endOnTick: false, minPadding: 0.1, maxPadding: 0.1, labels: { enabled: false }, title: { text: null }, tickWidth: 0 }
API Docs: https://api.highcharts.com/highcharts/navigator.yAxis
Implementation
HighchartsNavigatorYAxisOptions(
{this.className,
this.crosshair,
this.endOnTick,
this.gridLineWidth,
this.id,
this.labels,
this.maxPadding,
this.minPadding,
this.startOnTick,
this.tickLength,
this.tickWidth,
this.title,
this.lineWidth,
this.max,
this.min,
this.opposite,
this.plotBands,
this.plotLines,
this.reversed,
this.reversedStacks,
this.showLastLabel,
this.softMax,
this.softMin,
this.tickPixelInterval,
this.accessibility,
this.alignTicks,
this.allowDecimals,
this.alternateGridColor,
this.breaks,
this.ceiling,
this.crossing,
this.dateTimeLabelFormats,
this.events,
this.floor,
this.gridLineColor,
this.gridLineDashStyle,
this.gridZIndex,
this.left,
this.lineColor,
this.margin,
this.minTickInterval,
this.minorGridLineColor,
this.minorGridLineDashStyle,
this.minorGridLineWidth,
this.minorTickColor,
this.minorTickInterval,
this.minorTickLength,
this.minorTickPosition,
this.minorTickWidth,
this.minorTicks,
this.minorTicksPerMajor,
this.offset,
this.panningEnabled,
this.showFirstLabel,
this.startOfWeek,
this.tickAmount,
this.tickColor,
this.tickInterval,
this.tickPosition,
this.tickPositioner,
this.tickPositions,
this.visible,
this.width,
this.zIndex,
this.zoomEnabled,
this.staticScale,
this.type,
this.categories,
this.grid,
this.tickmarkPlacement,
this.uniqueNames});