HighchartsChartParallelAxesLabelsOptions constructor

HighchartsChartParallelAxesLabelsOptions({
  1. String? align,
  2. bool? allowOverlap,
  3. List<double>? autoRotation,
  4. double? autoRotationLimit,
  5. dynamic distance,
  6. bool? enabled,
  7. String? format,
  8. dynamic formatter,
  9. double? maxStaggerLines,
  10. String? overflow,
  11. double? padding,
  12. String? position3d,
  13. bool? reserveSpace,
  14. double? rotation,
  15. bool? skew3d,
  16. double? staggerLines,
  17. double? step,
  18. HighchartsXAxisLabelsStyleOptions? style,
  19. bool? useHTML,
  20. double? x,
  21. double? y,
  22. 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});