Back to Devexpress

RangeBarSeriesLabelModel.Position Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-rangebarserieslabelmodel-9ebab7bb.md

latest1.8 KB
Original Source

RangeBarSeriesLabelModel.Position Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public RangeBarLabelPosition Position { get; set; }
vb
<PropertyForOptions>
<DependentUpon("LabelsVisibility")>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property Position As RangeBarLabelPosition

Property Value

TypeDescription
RangeBarLabelPosition

The relative position of bar labels.

|

Available values:

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.

|

See Also

RangeBarSeriesLabelModel Class

RangeBarSeriesLabelModel Members

DevExpress.XtraCharts.Designer Namespace