corelibraries-devexpress-dot-xtracharts-7433b03e.md
Defines label settings for full stacked area series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class FullStackedAreaSeriesLabel :
SeriesLabelBase
Public Class FullStackedAreaSeriesLabel
Inherits SeriesLabelBase
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.
Object ChartElement SeriesLabelBase FullStackedAreaSeriesLabel
See Also