LegendViewDataAccessible(ChartControl, LegendViewData) Constructor
Initializes a new instance of the LegendViewDataAccessible class with specified settings.
Namespace: DevExpress.XtraCharts.Accessibility
Assembly: DevExpress.XtraCharts.v26.1.UI.dll
Declaration
public LegendViewDataAccessible(
ChartControl chartControl,
LegendViewData LegendViewData
)
Parameters
| Name | Type |
|---|---|
| chartControl | ChartControl |
| LegendViewData | DevExpress.XtraCharts.Native.LegendViewData |
See Also