StackedLine3DSeriesLabel Class
Defines label settings for a stacked line 3D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(StackedLine3DSeriesLabelTypeConverter))]
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
Object
ChartElement
SeriesLabelBase
Line3DSeriesLabel
StackedLine3DSeriesLabel
See Also