Accessibility in Blazor Linear Gauge Component

10 Feb 20221 minute to read

Linear Gauge provides built-in compliance with the WAI-ARIA specifications. The WAI-ARIA accessibility support is achieved through the attribute like aria-label in the SVG element. It helps to provide information about elements in a document for assistive technology. This attribute sets the text label with some default descriptions for the following elements in the Linear Gauge.

Element Default description
Gauge title Specifies the title of the Linear gauge.
Pointer value Specifies the value of the pointer in the Linear gauge.

To change this default description, use the Description property available in the LinearGaugePointer and the SfLinearGauge. It helps the screen reader to read for an assistive purpose.