HighchartsXAxisAccessibilityOptions class

Accessibility options for an axis. Requires the accessibility module.

API Docs: https://api.highcharts.com/highcharts/zAxis.accessibility

Inheritance

Constructors

HighchartsXAxisAccessibilityOptions.new({String? description, bool? enabled, String? rangeDescription})
Accessibility options for an axis. Requires the accessibility module.

Properties

description String?
Description for an axis to expose to screen reader users.
getter/setter pair
enabled bool?
Enable axis accessibility features, including axis information in the screen reader information region. If this is disabled on the xAxis, the x values are not exposed to screen readers for the individual data points by default.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rangeDescription String?
Range description for an axis. Overrides the default range description. Set to empty to disable range description for this axis.
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