HighchartsZAxisOptions constructor
HighchartsZAxisOptions({
- HighchartsXAxisAccessibilityOptions? accessibility,
- bool? alignTicks,
- bool? allowDecimals,
- String? alternateGridColor,
- double? angle,
- List<
String> ? categories, - double? ceiling,
- String? className,
- double? crossing,
- HighchartsXAxisDateTimeLabelFormatsOptions? dateTimeLabelFormats,
- bool? endOnTick,
- HighchartsXAxisEventsOptions? events,
- double? floor,
- String? gridLineColor,
- String? gridLineDashStyle,
- String? gridLineInterpolation,
- double? gridLineWidth,
- double? gridZIndex,
- String? id,
- HighchartsXAxisLabelsOptions? labels,
- double? linkedTo,
- double? margin,
- dynamic max,
- double? maxPadding,
- double? maxZoom,
- dynamic min,
- double? minPadding,
- double? minRange,
- double? minTickInterval,
- String? minorGridLineColor,
- String? minorGridLineDashStyle,
- double? minorGridLineWidth,
- String? minorTickColor,
- String? minorTickInterval,
- double? minorTickLength,
- String? minorTickPosition,
- double? minorTickWidth,
- bool? minorTicks,
- double? minorTicksPerMajor,
- double? offset,
- dynamic opposite,
- double? pane,
- bool? panningEnabled,
- List<
HighchartsXAxisPlotBandsOptions> ? plotBands, - List<
HighchartsXAxisPlotLinesOptions> ? plotLines, - bool? reversed,
- bool? reversedStacks,
- bool? showFirstLabel,
- bool? showLastLabel,
- double? softMax,
- double? softMin,
- double? startOfWeek,
- bool? startOnTick,
- double? tickAmount,
- String? tickColor,
- double? tickInterval,
- double? tickLength,
- double? tickPixelInterval,
- String? tickPosition,
- HighchartsCallback? tickPositioner,
- List<
double> ? tickPositions, - double? tickWidth,
- String? tickmarkPlacement,
- HighchartsXAxisTitleOptions? title,
- String? type,
- bool? uniqueNames,
- List<
List> ? units, - bool? visible,
- double? zIndex,
- bool? zoomEnabled,
The Z axis or depth axis for 3D plots.
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});