HCYAxisOptions constructor

const HCYAxisOptions({
  1. HCAxisAccessibilityOptionsObject? accessibility,
  2. bool? alignTicks,
  3. bool? allowDecimals,
  4. dynamic alternateGridColor,
  5. num? angle,
  6. dynamic borderColor,
  7. num? borderWidth,
  8. List<HCYAxisBreaksOptions>? breaks,
  9. List<String>? categories,
  10. num? ceiling,
  11. String? className,
  12. dynamic color,
  13. dynamic crosshair,
  14. num? crossing,
  15. HCAxisDateTimeLabelFormatsOptions? dateTimeLabelFormats,
  16. bool? enabled,
  17. bool? endOnTick,
  18. HCYAxisEventsOptions? events,
  19. num? floor,
  20. HCYAxisGridOptions? grid,
  21. dynamic gridLineColor,
  22. String? gridLineDashStyle,
  23. String? gridLineInterpolation,
  24. num? gridLineWidth,
  25. num? gridZIndex,
  26. dynamic height,
  27. String? id,
  28. HCYAxisLabelsOptions? labels,
  29. dynamic left,
  30. dynamic lineColor,
  31. num? lineWidth,
  32. num? linkedTo,
  33. num? margin,
  34. dynamic max,
  35. dynamic maxColor,
  36. dynamic maxLength,
  37. num? maxPadding,
  38. num? maxRange,
  39. num? maxZoom,
  40. dynamic min,
  41. dynamic minColor,
  42. dynamic minLength,
  43. dynamic minorGridLineColor,
  44. String? minorGridLineDashStyle,
  45. num? minorGridLineWidth,
  46. dynamic minorTickColor,
  47. dynamic minorTickInterval,
  48. num? minorTickLength,
  49. String? minorTickPosition,
  50. bool? minorTicks,
  51. num? minorTicksPerMajor,
  52. num? minorTickWidth,
  53. num? minPadding,
  54. num? minRange,
  55. num? minTickInterval,
  56. num? offset,
  57. bool? opposite,
  58. num? pane,
  59. bool? panningEnabled,
  60. List<HCYAxisPlotBandsOptions>? plotBands,
  61. List<HCYAxisPlotLinesOptions>? plotLines,
  62. num? range,
  63. HCYAxisResizeOptions? resize,
  64. bool? reversed,
  65. bool? reversedStacks,
  66. HCYAxisScrollbarOptions? scrollbar,
  67. bool? showEmpty,
  68. bool? showFirstLabel,
  69. bool? showLastLabel,
  70. num? softMax,
  71. num? softMin,
  72. HCYAxisStackLabelsOptions? stackLabels,
  73. HCYAxisOptions? stackShadow,
  74. num? startOfWeek,
  75. bool? startOnTick,
  76. num? staticScale,
  77. List? stops,
  78. num? tickAmount,
  79. dynamic tickColor,
  80. num? tickInterval,
  81. num? tickLength,
  82. String? tickmarkPlacement,
  83. num? tickPixelInterval,
  84. String? tickPosition,
  85. List<num>? tickPositions,
  86. num? tickWidth,
  87. HCYAxisTitleOptions? title,
  88. String? tooltipValueFormat,
  89. dynamic top,
  90. String? type,
  91. bool? uniqueNames,
  92. List? units,
  93. bool? visible,
  94. dynamic width,
  95. num? zIndex,
  96. bool? zoomEnabled,
})

Implementation

const HCYAxisOptions({
  this.accessibility,
  this.alignTicks,
  this.allowDecimals,
  this.alternateGridColor,
  this.angle,
  this.borderColor,
  this.borderWidth,
  this.breaks,
  this.categories,
  this.ceiling,
  this.className,
  this.color,
  this.crosshair,
  this.crossing,
  this.dateTimeLabelFormats,
  this.enabled,
  this.endOnTick,
  this.events,
  this.floor,
  this.grid,
  this.gridLineColor,
  this.gridLineDashStyle,
  this.gridLineInterpolation,
  this.gridLineWidth,
  this.gridZIndex,
  this.height,
  this.id,
  this.labels,
  this.left,
  this.lineColor,
  this.lineWidth,
  this.linkedTo,
  this.margin,
  this.max,
  this.maxColor,
  this.maxLength,
  this.maxPadding,
  this.maxRange,
  this.maxZoom,
  this.min,
  this.minColor,
  this.minLength,
  this.minorGridLineColor,
  this.minorGridLineDashStyle,
  this.minorGridLineWidth,
  this.minorTickColor,
  this.minorTickInterval,
  this.minorTickLength,
  this.minorTickPosition,
  this.minorTicks,
  this.minorTicksPerMajor,
  this.minorTickWidth,
  this.minPadding,
  this.minRange,
  this.minTickInterval,
  this.offset,
  this.opposite,
  this.pane,
  this.panningEnabled,
  this.plotBands,
  this.plotLines,
  this.range,
  this.resize,
  this.reversed,
  this.reversedStacks,
  this.scrollbar,
  this.showEmpty,
  this.showFirstLabel,
  this.showLastLabel,
  this.softMax,
  this.softMin,
  this.stackLabels,
  this.stackShadow,
  this.startOfWeek,
  this.startOnTick,
  this.staticScale,
  this.stops,
  this.tickAmount,
  this.tickColor,
  this.tickInterval,
  this.tickLength,
  this.tickmarkPlacement,
  this.tickPixelInterval,
  this.tickPosition,
  this.tickPositions,
  this.tickWidth,
  this.title,
  this.tooltipValueFormat,
  this.top,
  this.type,
  this.uniqueNames,
  this.units,
  this.visible,
  this.width,
  this.zIndex,
  this.zoomEnabled,
});