HighchartsSeriesAccessibilityOptions class

Accessibility options for a series.

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

Inheritance

Constructors

HighchartsSeriesAccessibilityOptions.new({String? description, String? descriptionFormat, bool? enabled, bool? exposeAsGroupOnly, HighchartsSeriesAccessibilityKeyboardNavigationOptions? keyboardNavigation, HighchartsSeriesAccessibilityPointOptions? point})
Accessibility options for a series.

Properties

description String?
Provide a description of the series, announced to screen readers.
getter/setter pair
descriptionFormat String?
Format to use for describing the data series group to assistive technology - including screen readers.
getter/setter pair
enabled bool?
Enable/disable accessibility functionality for a specific series.
getter/setter pair
exposeAsGroupOnly bool?
Expose only the series element to screen readers, not its points.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyboardNavigation HighchartsSeriesAccessibilityKeyboardNavigationOptions?
Keyboard navigation for a series
getter/setter pair
point HighchartsSeriesAccessibilityPointOptions?
Point accessibility options for a series.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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