corelibraries-devexpress-dot-xtracharts-90a19588.md
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.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum RangeBarLabelPosition
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum RangeBarLabelPosition
| 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.
|
The following properties accept/return RangeBarLabelPosition values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | RangeBarSeriesLabel.Position |
| WinForms Controls | RangeBarSeriesLabelModel.Position |
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.
See Also