Class ChartAnnotations
Represents the collection of annotations added to a chart.
Implements
Inherited Members
Namespace: Syncfusion.Blazor.Toolkit.Charts
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public class ChartAnnotations : ChartSubComponent, IAsyncDisposable, ISubcomponentTracker
Remarks
An annotation is a user-defined HTML element that can be placed on a chart. Use annotations to enhance visual appeal and provide additional context or information.
Constructors
ChartAnnotations()
Declaration
public ChartAnnotations()
Properties
AccessibilityDescription
Gets or sets the accessibility description for the ChartAnnotations.
Declaration
public string AccessibilityDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Accepts a string that defines the accessibility description for the ChartAnnotations. The default value is an empty string. |
Remarks
Use this property to provide an accessibility description for the ChartAnnotations.
AccessibilityRole
Gets or sets the accessibility role for the ChartAnnotations.
Declaration
public string AccessibilityRole { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Accepts a string that defines the accessibility role for the ChartAnnotations. The default value is null. |
Remarks
Use this property to provide an accessibility role for the ChartAnnotations.
Focusable
Gets or sets the accessibility keyboard navigation focus option for the ChartAnnotations.
Declaration
public bool Focusable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Accepts the boolean value to enable or disable the keyboard navigation for the ChartAnnotations. The default value is true. |
Remarks
Use this property to toggle the keyboard navigation focus for the ChartAnnotations.