Back to Devexpress

RangeBarLabelPosition Enum

corelibraries-devexpress-dot-xtracharts-90a19588.md

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum RangeBarLabelPosition
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum RangeBarLabelPosition

Members

NameDescription
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:

LibraryRelated API Members
Cross-Platform Class LibraryRangeBarSeriesLabel.Position
WinForms ControlsRangeBarSeriesLabelModel.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.

See Also

DevExpress.XtraCharts Namespace