HighchartsNavigatorXAxisOptions constructor

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

Options for the navigator X axis. Default series options for the navigator xAxis are: js xAxis: { tickWidth: 0, lineWidth: 0, gridLineWidth: 1, tickPixelInterval: 200, labels: { align: 'left', style: { color: '#888' }, x: 3, y: -4 } }

API Docs: https://api.highcharts.com/highcharts/navigator.xAxis

Implementation

HighchartsNavigatorXAxisOptions(
    {this.crosshair,
    this.gridLineColor,
    this.gridLineWidth,
    this.id,
    this.labels,
    this.lineWidth,
    this.overscroll,
    this.tickLength,
    this.tickPixelInterval,
    this.accessibility,
    this.alignTicks,
    this.allowDecimals,
    this.alternateGridColor,
    this.breaks,
    this.ceiling,
    this.className,
    this.crossing,
    this.dateTimeLabelFormats,
    this.endOnTick,
    this.events,
    this.floor,
    this.gridLineDashStyle,
    this.gridZIndex,
    this.height,
    this.left,
    this.lineColor,
    this.margin,
    this.max,
    this.maxPadding,
    this.min,
    this.minPadding,
    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.ordinal,
    this.panningEnabled,
    this.plotBands,
    this.plotLines,
    this.reversed,
    this.reversedStacks,
    this.showFirstLabel,
    this.showLastLabel,
    this.softMax,
    this.softMin,
    this.startOfWeek,
    this.startOnTick,
    this.tickAmount,
    this.tickColor,
    this.tickInterval,
    this.tickPosition,
    this.tickPositioner,
    this.tickPositions,
    this.tickWidth,
    this.title,
    this.top,
    this.units,
    this.visible,
    this.width,
    this.zIndex,
    this.zoomEnabled,
    this.categories,
    this.currentDateIndicator,
    this.grid,
    this.tickmarkPlacement,
    this.type,
    this.uniqueNames});