BarSeriesLabel Class
Defines label settings for bar series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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