Back to Devexpress

StackedLineSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-48f848eb.md

latest2.2 KB
Original Source

StackedLineSeriesLabel Class

Defines label settings for a stacked line series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase PointSeriesLabel StackedLineSeriesLabel

See Also

StackedLineSeriesLabel Members

DevExpress.XtraCharts Namespace