Skip to main content

StackedLine3DSeriesLabel Class

Defines label settings for a stacked line 3D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class StackedLine3DSeriesLabel :
    Line3DSeriesLabel

Remarks

The StackedLine3DSeriesLabel class provides label functionality for series of the stacked line 3D view type. The StackedLine3DSeriesLabel class inherits properties and methods from the base Line3DSeriesLabel class, which defines the common label settings.

An instance of the StackedLine3DSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is StackedLine3DSeriesView.

Implements

Inheritance

See Also