PaneViewDataAccessible<T> Class
An element in the accessibility tree mapped to the related panel chart element.
Namespace: DevExpress.XtraCharts.Accessibility
Assembly: DevExpress.XtraCharts.v24.1.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
public abstract class PaneViewDataAccessible<T> :
DiagramViewDataAccessible<T>
where T : PaneViewData
Type Parameters
Name |
---|
T |
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.
Inheritance
Object
DevExpress.Accessibility.BaseAccessible
See Also