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

RangeBarSeriesLabelModel.Position Property

Gets or sets the value of the RangeBarSeriesLabel.Position within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public RangeBarLabelPosition Position { get; set; }

Property Value

Type Description
RangeBarLabelPosition

The relative position of bar labels.

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.

See Also