BarSeriesLabel Class
In This Article
Defines label settings for bar series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public abstract class BarSeriesLabel :
SeriesLabelBase
#Remarks
The BarSeriesLabel class provides label functionality for series of the bar view type.
In addition to the common settings inherited from the base SeriesLabelBase class, the BarSeriesLabel class declares bar type specific settings, which allow you to specify whether labels should be displayed for bars with zero height (BarSeriesLabel.ShowForZeroValues).
An instance of the BarSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is BarSeriesView.
#Implements
#Inheritance
See Also