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