HighchartsYAxisLabelsOptions constructor

HighchartsYAxisLabelsOptions({
  1. String? align,
  2. bool? allowOverlap,
  3. List<double>? autoRotation,
  4. double? autoRotationLimit,
  5. dynamic distance,
  6. bool? enabled,
  7. String? format,
  8. HighchartsCallback? formatter,
  9. double? indentation,
  10. List<HighchartsYAxisLabelsLevelsOptions>? levels,
  11. double? maxStaggerLines,
  12. String? overflow,
  13. double? padding,
  14. String? position3d,
  15. bool? reserveSpace,
  16. double? rotation,
  17. bool? skew3d,
  18. double? staggerLines,
  19. double? step,
  20. HighchartsXAxisLabelsStyleOptions? style,
  21. HighchartsYAxisLabelsSymbolOptions? symbol,
  22. bool? useHTML,
  23. double? x,
  24. double? y,
  25. double? zIndex,
})

Highcharts Options Widget.

Implementation

HighchartsYAxisLabelsOptions(
    {this.align,
    this.allowOverlap,
    this.autoRotation,
    this.autoRotationLimit,
    this.distance,
    this.enabled,
    this.format,
    this.formatter,
    this.indentation,
    this.levels,
    this.maxStaggerLines,
    this.overflow,
    this.padding,
    this.position3d,
    this.reserveSpace,
    this.rotation,
    this.skew3d,
    this.staggerLines,
    this.step,
    this.style,
    this.symbol,
    this.useHTML,
    this.x,
    this.y,
    this.zIndex});