RangeBarLabelPosition Enum
Lists the values used to specify the position of Side-by-Side Range Bar, Overlapped Range Bar and Gantt labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
public enum RangeBarLabelPosition
Members
Name | Description |
---|---|
Outside
|
The label is painted outside the range bar, near its edge. |
Inside
|
The label is painted inside the range bar, near its edge. |
Center
|
The label is painted in the center of the range bar’s edge. |
Related API Members
The following properties accept/return RangeBarLabelPosition values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | RangeBarSeriesLabel.Position |
WinForms Controls | RangeBarSeriesLabelModel.Position |
Remarks
Values listed by the RangeBarLabelPosition enumeration are used to set the RangeBarSeriesLabel.Position property. With the following picture the values for this property are set as follows:
“Series 1” - Outside, “Series 2” - Inside, “Series 3” - Center.