HighchartsLangAccessibilitySeriesSummaryOptions class
Lang configuration for the series main summary. Each series type has two modes:
-
This series type is the only series type used in the chart
-
This is a combination chart with multiple series types
If a definition does not exist for the specific series type and mode, the 'default' lang definitions are used.
Chart and its subproperties can be accessed with the {chart}
variable.
The series and its subproperties can be accessed with the {series}
variable.
The series index (starting from 1) can be accessed with the {seriesNumber}
variable.
API Docs: https://api.highcharts.com/highcharts/lang.accessibility.series.summary
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsLangAccessibilitySeriesSummaryOptions
Constructors
- HighchartsLangAccessibilitySeriesSummaryOptions.new({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:
Properties
- bar ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- barCombination ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- boxplot ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- boxplotCombination ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- bubble ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- bubbleCombination ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- column ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- columnCombination ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- defaultCombination ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- defaultTo ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- line ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- lineCombination ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- map ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- mapbubble ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- mapbubbleCombination ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- mapCombination ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- mapline ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- maplineCombination ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- pie ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- pieCombination ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scatter ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- scatterCombination ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- spline ↔ String?
-
Highcharts Options Widget.
getter/setter pair
- splineCombination ↔ String?
-
Highcharts Options Widget.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJSON(
) → String -
Serializes the settings to a JSON string.
inherited
-
toOptionsJSON(
StringBuffer buffer) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited