Back to Devexpress

FullStackedArea3DSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-dot-fullstackedarea3dserieslabel.md

latest2.2 KB
Original Source

FullStackedArea3DSeriesLabel Class

Defines label settings for Full Stacked Area 3D series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class FullStackedArea3DSeriesLabel :
    StackedArea3DSeriesLabel
vb
Public Class FullStackedArea3DSeriesLabel
    Inherits StackedArea3DSeriesLabel

Remarks

The FullStackedArea3DSeriesLabel class provides label functionality for series of the Full Stacked Area 3D Series view type. An instance of the FullStackedArea3DSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is FullStackedArea3DSeriesView.

Implements

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase StackedArea3DSeriesLabel FullStackedArea3DSeriesLabel

See Also

FullStackedArea3DSeriesLabel Members

DevExpress.XtraCharts Namespace