StackedBar3DSeriesLabel Class
Defines label settings for Stacked Bar 3D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(StackedBar3DSeriesLabelTypeConverter))]
public class StackedBar3DSeriesLabel :
BarSeriesLabel
Remarks
The StackedBar3DSeriesLabel class provides label functionality for series of the stacked bar 3D series view type. At the same time, the StackedBar3DSeriesLabel class serves as a base for the FullStackedBar3DSeriesLabel class.
The StackedBar3DSeriesLabel class inherits properties and methods from the base SeriesLabelBase class which define the common label settings.
An instance of the StackedBar3DSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is StackedBar3DSeriesView.
Implements
Inheritance
Object
ChartElement
SeriesLabelBase
BarSeriesLabel
StackedBar3DSeriesLabel
See Also