Bar3DSeriesLabel Class
Defines label settings for Bar 3D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(Bar3DSeriesLabelTypeConverter))]
public class Bar3DSeriesLabel :
BarSeriesLabel
Remarks
The Bar3DSeriesLabel class provides label functionality for series of the Bar 3D Series view type. An instance of the Bar3DSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is Bar3DSeriesView.
Implements
Inheritance
Object
ChartElement
SeriesLabelBase
BarSeriesLabel
Bar3DSeriesLabel
See Also