The Accessibility
class configures accessibility options for chart controls.
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
string
Defines the accessibility role of the UI element, which helps screen readers understand the purpose of the element.
Defaults to null
boolean
Determines whether the chart elements can receive focus.
Defaults to true
number
Specifies the tab index for the chart elements.
Defaults to 0