SideBySideBarSeriesLabel 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 class SideBySideBarSeriesLabel :
BarSeriesLabel
#Remarks
The SideBySideBarSeriesLabel class provides label functionality for series of the Bar view type.
An instance of the SideBySideBarSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is SideBySideBarSeriesView.
#Implements
#Inheritance
Object
ChartElement
SeriesLabelBase
BarSeriesLabel
SideBySideBarSeriesLabel
See Also