Back to Devexpress

FullStackedAreaSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-7433b03e.md

latest2.3 KB
Original Source

FullStackedAreaSeriesLabel Class

Defines label settings for full stacked area series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class FullStackedAreaSeriesLabel :
    SeriesLabelBase
vb
Public Class FullStackedAreaSeriesLabel
    Inherits 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

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase FullStackedAreaSeriesLabel

See Also

FullStackedAreaSeriesLabel Members

SeriesLabelBase

DevExpress.XtraCharts Namespace