Skip to main content
A newer version of this page is available. .

RangeBarSeriesLabel.Position Property

Gets or sets a value that specifies the position of series labels relative to the corresponding range bars.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public RangeBarLabelPosition Position { get; set; }

Property Value

Type Description
RangeBarLabelPosition

A RangeBarLabelPosition enumeration value which specifies the position of labels relative to each range bar.

Available values:

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.

Remarks

Refer to the RangeBarLabelPosition enumeration’s description for a list of the available label positions.

See Also