corelibraries-devexpress-dot-xtracharts-46aa6eb5.md
Defines label settings for stacked bar series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class StackedBarSeriesLabel :
BarSeriesLabel
Public Class StackedBarSeriesLabel
Inherits BarSeriesLabel
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.
Object ChartElement SeriesLabelBase BarSeriesLabel StackedBarSeriesLabel FullStackedBarSeriesLabel
See Also