HighchartsChartParallelAxesLabelsOptions constructor
HighchartsChartParallelAxesLabelsOptions({
- String? align,
- bool? allowOverlap,
- List<
double> ? autoRotation, - double? autoRotationLimit,
- dynamic distance,
- bool? enabled,
- String? format,
- HighchartsCallback? formatter,
- double? maxStaggerLines,
- String? overflow,
- double? padding,
- String? position3d,
- bool? reserveSpace,
- double? rotation,
- bool? skew3d,
- double? staggerLines,
- double? step,
- HighchartsXAxisLabelsStyleOptions? style,
- bool? useHTML,
- double? x,
- double? y,
- double? zIndex,
Highcharts Options Widget.
Implementation
HighchartsChartParallelAxesLabelsOptions(
{this.align,
this.allowOverlap,
this.autoRotation,
this.autoRotationLimit,
this.distance,
this.enabled,
this.format,
this.formatter,
this.maxStaggerLines,
this.overflow,
this.padding,
this.position3d,
this.reserveSpace,
this.rotation,
this.skew3d,
this.staggerLines,
this.step,
this.style,
this.useHTML,
this.x,
this.y,
this.zIndex});