Line3DSeriesLabel Class
In This Article
Defines label settings for Line 3D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public class Line3DSeriesLabel :
SeriesLabelBase
#Remarks
The Line3DSeriesLabel class provides label functionality for series of the Line 3D series view type. An instance of the Line3DSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is Line3DSeriesView.
#Implements
#Inheritance
See Also