Skip to main content
All docs
V23.2

ChartElementAccessible Class

Base abstract class for an element in the chart control accessibility tree.

Namespace: DevExpress.XtraCharts.Accessibility

Assembly: DevExpress.XtraCharts.v23.2.UI.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public abstract class ChartElementAccessible :
    BaseAccessible

Remarks

Handle the QueryAccessibleInfo event to obtain the accessible chart element and specify its properties.

For the code sample, review the following help topic: ChartControlAccessible.

See Also