HighchartsZAxisOptions constructor

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

The Z axis or depth axis for 3D plots.

API Docs: https://api.highcharts.com/highcharts/zAxis

Implementation

HighchartsZAxisOptions(
    {this.accessibility,
    this.alignTicks,
    this.allowDecimals,
    this.alternateGridColor,
    this.angle,
    this.categories,
    this.ceiling,
    this.className,
    this.crossing,
    this.dateTimeLabelFormats,
    this.endOnTick,
    this.events,
    this.floor,
    this.gridLineColor,
    this.gridLineDashStyle,
    this.gridLineInterpolation,
    this.gridLineWidth,
    this.gridZIndex,
    this.id,
    this.labels,
    this.linkedTo,
    this.margin,
    this.max,
    this.maxPadding,
    this.maxZoom,
    this.min,
    this.minPadding,
    this.minRange,
    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.opposite,
    this.pane,
    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.tickLength,
    this.tickPixelInterval,
    this.tickPosition,
    this.tickPositioner,
    this.tickPositions,
    this.tickWidth,
    this.tickmarkPlacement,
    this.title,
    this.type,
    this.uniqueNames,
    this.units,
    this.visible,
    this.zIndex,
    this.zoomEnabled});