StackedLineSeriesLabel Class
In This Article
Defines label settings for a stacked line series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class StackedLineSeriesLabel :
PointSeriesLabel
#Remarks
The StackedLineSeriesLabel class provides label functionality for series of the stacked line view type. The StackedLineSeriesLabel class inherits properties and methods from the base PointSeriesLabel class, which defines the common label settings.
An instance of the StackedLineSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is StackedLineSeriesView.
#Implements
#Inheritance
Object
ChartElement
SeriesLabelBase
PointSeriesLabel
StackedLineSeriesLabel
See Also