HighchartsNavigatorYAxisOptions constructor

HighchartsNavigatorYAxisOptions({
  1. String? className,
  2. HighchartsNavigatorYAxisCrosshairOptions? crosshair,
  3. bool? endOnTick,
  4. double? gridLineWidth,
  5. String? id,
  6. HighchartsNavigatorYAxisLabelsOptions? labels,
  7. double? maxPadding,
  8. double? minPadding,
  9. bool? startOnTick,
  10. double? tickLength,
  11. double? tickWidth,
  12. HighchartsNavigatorYAxisTitleOptions? title,
  13. double? lineWidth,
  14. dynamic max,
  15. dynamic min,
  16. bool? opposite,
  17. List<HighchartsYAxisPlotBandsOptions>? plotBands,
  18. List<HighchartsYAxisPlotLinesOptions>? plotLines,
  19. bool? reversed,
  20. bool? reversedStacks,
  21. bool? showLastLabel,
  22. double? softMax,
  23. double? softMin,
  24. double? tickPixelInterval,
  25. HighchartsXAxisAccessibilityOptions? accessibility,
  26. bool? alignTicks,
  27. bool? allowDecimals,
  28. String? alternateGridColor,
  29. List<HighchartsXAxisBreaksOptions>? breaks,
  30. double? ceiling,
  31. double? crossing,
  32. HighchartsXAxisDateTimeLabelFormatsOptions? dateTimeLabelFormats,
  33. HighchartsXAxisEventsOptions? events,
  34. double? floor,
  35. String? gridLineColor,
  36. String? gridLineDashStyle,
  37. double? gridZIndex,
  38. dynamic left,
  39. String? lineColor,
  40. double? margin,
  41. double? minTickInterval,
  42. String? minorGridLineColor,
  43. String? minorGridLineDashStyle,
  44. double? minorGridLineWidth,
  45. String? minorTickColor,
  46. String? minorTickInterval,
  47. double? minorTickLength,
  48. String? minorTickPosition,
  49. double? minorTickWidth,
  50. bool? minorTicks,
  51. double? minorTicksPerMajor,
  52. double? offset,
  53. bool? panningEnabled,
  54. bool? showFirstLabel,
  55. double? startOfWeek,
  56. double? tickAmount,
  57. String? tickColor,
  58. double? tickInterval,
  59. String? tickPosition,
  60. HighchartsCallback? tickPositioner,
  61. List<double>? tickPositions,
  62. bool? visible,
  63. dynamic width,
  64. double? zIndex,
  65. bool? zoomEnabled,
  66. double? staticScale,
  67. String? type,
  68. List<String>? categories,
  69. HighchartsXAxisGridOptions? grid,
  70. String? tickmarkPlacement,
  71. 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});