HighchartsLangAccessibilitySeriesSummaryOptions constructor

HighchartsLangAccessibilitySeriesSummaryOptions({
  1. String? bar,
  2. String? barCombination,
  3. String? boxplot,
  4. String? boxplotCombination,
  5. String? bubble,
  6. String? bubbleCombination,
  7. String? column,
  8. String? columnCombination,
  9. String? defaultTo,
  10. String? defaultCombination,
  11. String? line,
  12. String? lineCombination,
  13. String? map,
  14. String? mapCombination,
  15. String? mapbubble,
  16. String? mapbubbleCombination,
  17. String? mapline,
  18. String? maplineCombination,
  19. String? pie,
  20. String? pieCombination,
  21. String? scatter,
  22. String? scatterCombination,
  23. String? spline,
  24. String? splineCombination,
})

Lang configuration for the series main summary. Each series type has two modes:

API Docs: https://api.highcharts.com/highcharts/lang.accessibility.series.summary

Implementation

HighchartsLangAccessibilitySeriesSummaryOptions(
    {this.bar,
    this.barCombination,
    this.boxplot,
    this.boxplotCombination,
    this.bubble,
    this.bubbleCombination,
    this.column,
    this.columnCombination,
    this.defaultTo,
    this.defaultCombination,
    this.line,
    this.lineCombination,
    this.map,
    this.mapCombination,
    this.mapbubble,
    this.mapbubbleCombination,
    this.mapline,
    this.maplineCombination,
    this.pie,
    this.pieCombination,
    this.scatter,
    this.scatterCombination,
    this.spline,
    this.splineCombination});