Skip to main content
All docs
V25.1
  • DockableTitleViewDataAccessible Class

    An element in the accessibility tree mapped to the related dockable tile chart element.

    Namespace: DevExpress.XtraCharts.Accessibility

    Assembly: DevExpress.XtraCharts.v25.1.UI.dll

    NuGet Package: DevExpress.Win.Charts

    Declaration

    public class DockableTitleViewDataAccessible :
        ChartElementAccessible

    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
    ChartElementAccessible
    DockableTitleViewDataAccessible
    See Also