Skip to main content
A newer version of this page is available. .

StackedBarSeriesLabel Class

Defines label settings for stacked bar series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

See Also