Skip to main content
A newer version of this page is available. .

StackedLineSeriesLabel Class

Defines label settings for a stacked line series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.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

See Also