HighchartsXAxisOptions constructor
HighchartsXAxisOptions({
- HighchartsXAxisAccessibilityOptions? accessibility,
- bool? alignTicks,
- bool? allowDecimals,
- String? alternateGridColor,
- double? angle,
- List<
HighchartsXAxisBreaksOptions> ? breaks, - List<
String> ? categories, - double? ceiling,
- String? className,
- HighchartsXAxisCrosshairOptions? crosshair,
- double? crossing,
- HighchartsXAxisCurrentDateIndicatorOptions? currentDateIndicator,
- HighchartsXAxisDateTimeLabelFormatsOptions? dateTimeLabelFormats,
- bool? endOnTick,
- HighchartsXAxisEventsOptions? events,
- double? floor,
- HighchartsXAxisGridOptions? grid,
- String? gridLineColor,
- String? gridLineDashStyle,
- String? gridLineInterpolation,
- double? gridLineWidth,
- double? gridZIndex,
- dynamic height,
- String? id,
- HighchartsXAxisLabelsOptions? labels,
- dynamic left,
- String? lineColor,
- double? lineWidth,
- double? linkedTo,
- double? margin,
- dynamic max,
- double? maxPadding,
- double? maxRange,
- 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,
- bool? ordinal,
- dynamic overscroll,
- double? pane,
- bool? panningEnabled,
- List<
HighchartsXAxisPlotBandsOptions> ? plotBands, - List<
HighchartsXAxisPlotLinesOptions> ? plotLines, - double? range,
- bool? reversed,
- bool? reversedStacks,
- HighchartsXAxisScrollbarOptions? scrollbar,
- bool? showEmpty,
- bool? showFirstLabel,
- bool? showLastLabel,
- double? softMax,
- double? softMin,
- double? startOfWeek,
- bool? startOnTick,
- double? tickAmount,
- String? tickColor,
- double? tickInterval,
- double? tickLength,
- double? tickPixelInterval,
- String? tickPosition,
- dynamic tickPositioner,
- List<
double> ? tickPositions, - double? tickWidth,
- String? tickmarkPlacement,
- HighchartsXAxisTitleOptions? title,
- dynamic top,
- String? type,
- bool? uniqueNames,
- List<
List> ? units, - bool? visible,
- dynamic width,
- double? zIndex,
- bool? zoomEnabled,
The X axis or category axis. Normally this is the horizontal axis, though if the chart is inverted this is the vertical axis. In case of multiple axes, the xAxis node is an array of configuration objects.
Implementation
HighchartsXAxisOptions(
{this.accessibility,
this.alignTicks,
this.allowDecimals,
this.alternateGridColor,
this.angle,
this.breaks,
this.categories,
this.ceiling,
this.className,
this.crosshair,
this.crossing,
this.currentDateIndicator,
this.dateTimeLabelFormats,
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.maxPadding,
this.maxRange,
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.ordinal,
this.overscroll,
this.pane,
this.panningEnabled,
this.plotBands,
this.plotLines,
this.range,
this.reversed,
this.reversedStacks,
this.scrollbar,
this.showEmpty,
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.top,
this.type,
this.uniqueNames,
this.units,
this.visible,
this.width,
this.zIndex,
this.zoomEnabled});