HighchartsLangAccessibilitySeriesSummaryOptions constructor
HighchartsLangAccessibilitySeriesSummaryOptions({
- String? bar,
- String? barCombination,
- String? boxplot,
- String? boxplotCombination,
- String? bubble,
- String? bubbleCombination,
- String? column,
- String? columnCombination,
- String? defaultTo,
- String? defaultCombination,
- String? line,
- String? lineCombination,
- String? map,
- String? mapCombination,
- String? mapbubble,
- String? mapbubbleCombination,
- String? mapline,
- String? maplineCombination,
- String? pie,
- String? pieCombination,
- String? scatter,
- String? scatterCombination,
- String? spline,
- 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});