HighchartsChartParallelAxesOptions constructor
HighchartsChartParallelAxesOptions({
- HighchartsXAxisAccessibilityOptions? accessibility,
- bool? alignTicks,
- bool? allowDecimals,
- List<
String> ? categories, - double? ceiling,
- String? className,
- HighchartsXAxisCrosshairOptions? crosshair,
- double? crossing,
- HighchartsXAxisDateTimeLabelFormatsOptions? dateTimeLabelFormats,
- bool? endOnTick,
- HighchartsXAxisEventsOptions? events,
- double? floor,
- double? gridZIndex,
- dynamic height,
- HighchartsChartParallelAxesLabelsOptions? labels,
- dynamic left,
- String? lineColor,
- double? lineWidth,
- double? linkedTo,
- double? margin,
- dynamic max,
- double? maxPadding,
- dynamic min,
- double? minPadding,
- double? minRange,
- double? minTickInterval,
- String? minorTickColor,
- String? minorTickInterval,
- double? minorTickLength,
- String? minorTickPosition,
- double? minorTickWidth,
- bool? minorTicks,
- double? minorTicksPerMajor,
- double? offset,
- bool? opposite,
- double? pane,
- bool? panningEnabled,
- bool? reversed,
- bool? reversedStacks,
- bool? showEmpty,
- bool? showFirstLabel,
- bool? showLastLabel,
- double? softMax,
- double? softMin,
- HighchartsYAxisStackShadowOptions? stackShadow,
- 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,
- HighchartsChartParallelAxesTitleOptions? title,
- String? tooltipValueFormat,
- dynamic top,
- String? type,
- bool? uniqueNames,
- List<
List> ? units, - bool? visible,
- dynamic width,
- double? zIndex,
- bool? zoomEnabled,
Common options for all yAxes rendered in a parallel coordinates plot. This feature requires modules/parallel-coordinates.js
.
API Docs: https://api.highcharts.com/highcharts/chart.parallelAxes
Implementation
HighchartsChartParallelAxesOptions(
{this.accessibility,
this.alignTicks,
this.allowDecimals,
this.categories,
this.ceiling,
this.className,
this.crosshair,
this.crossing,
this.dateTimeLabelFormats,
this.endOnTick,
this.events,
this.floor,
this.gridZIndex,
this.height,
this.labels,
this.left,
this.lineColor,
this.lineWidth,
this.linkedTo,
this.margin,
this.max,
this.maxPadding,
this.min,
this.minPadding,
this.minRange,
this.minTickInterval,
this.minorTickColor,
this.minorTickInterval,
this.minorTickLength,
this.minorTickPosition,
this.minorTickWidth,
this.minorTicks,
this.minorTicksPerMajor,
this.offset,
this.opposite,
this.pane,
this.panningEnabled,
this.reversed,
this.reversedStacks,
this.showEmpty,
this.showFirstLabel,
this.showLastLabel,
this.softMax,
this.softMin,
this.stackShadow,
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.tooltipValueFormat,
this.top,
this.type,
this.uniqueNames,
this.units,
this.visible,
this.width,
this.zIndex,
this.zoomEnabled});