Class ChartAnnotations
Represents the list of annotations added to the chart. An annotation is a user-defined HTML element that can be placed on a chart. You can use annotations to enhance the visual appeal and provide additional context or information on the chart.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartAnnotations : ChartSubComponent, ISubcomponentTracker
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.
Methods
OnInitialized()
Declaration
protected override void OnInitialized()