HighchartsYAxisTitleOptions constructor

HighchartsYAxisTitleOptions({
  1. String? align,
  2. bool? enabled,
  3. double? margin,
  4. double? offset,
  5. String? position3d,
  6. bool? reserveSpace,
  7. double? rotation,
  8. bool? skew3d,
  9. HighchartsXAxisTitleStyleOptions? style,
  10. String? text,
  11. String? textAlign,
  12. bool? useHTML,
  13. double? x,
  14. double? y,
})

Highcharts Options Widget.

Implementation

HighchartsYAxisTitleOptions(
    {this.align,
    this.enabled,
    this.margin,
    this.offset,
    this.position3d,
    this.reserveSpace,
    this.rotation,
    this.skew3d,
    this.style,
    this.text,
    this.textAlign,
    this.useHTML,
    this.x,
    this.y});