A newer version of this page is available.
Switch to the current version.
SideBySideBarSeriesLabel Class
Defines label settings for Bar series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(SideBySideBarSeriesLabelTypeConverter))]
public class SideBySideBarSeriesLabel :
BarSeriesLabel
<TypeConverter(GetType(SideBySideBarSeriesLabelTypeConverter))>
Public Class SideBySideBarSeriesLabel
Inherits 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.
Inheritance
Object
ChartElement
SeriesLabelBase
BarSeriesLabel
SideBySideBarSeriesLabel
See Also
Feedback