SeriesAccessibility
12 Sep 20251 minute to read
The SeriesAccessibility class configures accessibility options specifically for chart series elements.
Properties
accessibilityDescription string
Specifies the accessibility description of the chart element. This description is typically read by screen readers to give context to users.
Defaults to null
accessibilityDescriptionFormat string
Accessibility description format for the chart element.
Defaults to null
accessibilityRole string
Defines the accessibility role of the UI element, which helps screen readers understand the purpose of the element.
Defaults to null
focusable boolean
Determines whether the chart elements can receive focus.
Defaults to true
tabIndex number
Specifies the tab index for the chart elements.
Defaults to 0