Back to Devexpress

LegendTitleViewDataAccessible Class

windowsforms-devexpress-dot-xtracharts-dot-accessibility-405b788f.md

latest1.6 KB
Original Source

LegendTitleViewDataAccessible Class

An element in the accessibility tree mapped to the related legend title chart element.

Namespace : DevExpress.XtraCharts.Accessibility

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public class LegendTitleViewDataAccessible :
    ChartElementAccessible
vb
Public Class LegendTitleViewDataAccessible
    Inherits 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 LegendTitleViewDataAccessible

See Also

LegendTitleViewDataAccessible Members

DevExpress.XtraCharts.Accessibility Namespace