Skip to main content
All docs
V24.1

LegendViewDataAccessible(ChartControl, LegendViewData) Constructor

Initializes a new instance of the LegendViewDataAccessible class with specified settings.

Namespace: DevExpress.XtraCharts.Accessibility

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

NuGet Package: DevExpress.Win.Charts

Declaration

public LegendViewDataAccessible(
    ChartControl chartControl,
    LegendViewData LegendViewData
)

Parameters

Name Type
chartControl ChartControl
LegendViewData DevExpress.XtraCharts.Native.LegendViewData
See Also