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

StackedArea3DSeriesLabel Class

Defines label settings for Stacked Area 3D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public class StackedArea3DSeriesLabel :
    SeriesLabelBase

Remarks

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

See Also