HighchartsLangAccessibilitySeriesOptions class

Lang configuration for different series types. For more dynamic control over the series element descriptions, see accessibility.seriesDescriptionFormatter.

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

Inheritance

Constructors

HighchartsLangAccessibilitySeriesOptions.new({String? description, String? nullPointValue, String? pointAnnotationsDescription, HighchartsLangAccessibilitySeriesSummaryOptions? summary, String? xAxisDescription, String? yAxisDescription})
Lang configuration for different series types. For more dynamic control over the series element descriptions, see accessibility.seriesDescriptionFormatter.

Properties

description String?
User supplied description text. This is added in the point comment description by default if present.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nullPointValue String?
Description for the value of null points.
getter/setter pair
pointAnnotationsDescription String?
Description for annotations on a point, as it is made available to assistive technology.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary HighchartsLangAccessibilitySeriesSummaryOptions?
Lang configuration for the series main summary. Each series type has two modes:
getter/setter pair
xAxisDescription String?
X-axis description for series if there are multiple xAxes in the chart.
getter/setter pair
yAxisDescription String?
Y-axis description for series if there are multiple yAxes in the chart.
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