Class ChartAccessibility
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ChartAccessibility
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartAccessibility : EJTagHelper
Constructors
ChartAccessibility()
Declaration
public ChartAccessibility()
Properties
AccessibilityDescription
Specifies the accessibility description of the chart element. This description is typically read by screen readers to give context to users.
Declaration
public string AccessibilityDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
AccessibilityRole
Defines the accessibility role of the UI element, which helps screen readers understand the purpose of the element.
Declaration
public string AccessibilityRole { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Focusable
Determines whether the chart elements can receive focus.
Declaration
public bool Focusable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
TabIndex
Specifies the tab index for the chart elements.
Declaration
public double TabIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |