SeriesLabelLayoutAccessible(ChartControl, SeriesLabelLayout) Constructor
Initializes a new instance of the SeriesLabelLayoutAccessible class with specified settings.
Namespace: DevExpress.XtraCharts.Accessibility
Assembly: DevExpress.XtraCharts.v24.1.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
public SeriesLabelLayoutAccessible(
ChartControl chartControl,
SeriesLabelLayout seriesLabelLayout
)
Parameters
Name | Type |
---|---|
chartControl | ChartControl |
seriesLabelLayout | DevExpress.XtraCharts.Native.SeriesLabelLayout |
See Also