HighchartsXAxisLabelsOptions constructor

HighchartsXAxisLabelsOptions({
  1. String? align,
  2. bool? allowOverlap,
  3. List<double>? autoRotation,
  4. double? autoRotationLimit,
  5. double? distance,
  6. bool? enabled,
  7. String? format,
  8. HighchartsCallback? 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,
})

The axis labels show the number or category for each tick.

API Docs: https://api.highcharts.com/highcharts/zAxis.labels

Implementation

HighchartsXAxisLabelsOptions(
    {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});