FullStackedAreaSeriesLabel Class
Defines label settings for full stacked area series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(FullStackedAreaSeriesLabelTypeConverter))]
public class FullStackedAreaSeriesLabel :
SeriesLabelBase
Remarks
The FullStackedAreaSeriesLabel class provides the label functionality for series of the full stacked area view type.
The FullStackedAreaSeriesLabel class inherits properties and methods from the base SeriesLabelBase class which defines common label settings.
An instance of the FullStackedAreaSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is FullStackedAreaSeriesView.
Implements
Inheritance
Object
ChartElement
SeriesLabelBase
FullStackedAreaSeriesLabel
See Also