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

FullStackedAreaSeriesLabel Class

Defines label settings for full stacked area series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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