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