HighchartsLangAccessibilityAxisOptions constructor

HighchartsLangAccessibilityAxisOptions({
  1. String? rangeCategories,
  2. String? rangeFromTo,
  3. String? timeRangeDays,
  4. String? timeRangeHours,
  5. String? timeRangeMinutes,
  6. String? timeRangeSeconds,
  7. String? xAxisDescriptionPlural,
  8. String? xAxisDescriptionSingular,
  9. String? yAxisDescriptionPlural,
  10. String? yAxisDescriptionSingular,
})

Axis description format strings.

API Docs: https://api.highcharts.com/highcharts/lang.accessibility.axis

Implementation

HighchartsLangAccessibilityAxisOptions(
    {this.rangeCategories,
    this.rangeFromTo,
    this.timeRangeDays,
    this.timeRangeHours,
    this.timeRangeMinutes,
    this.timeRangeSeconds,
    this.xAxisDescriptionPlural,
    this.xAxisDescriptionSingular,
    this.yAxisDescriptionPlural,
    this.yAxisDescriptionSingular});