RangeBarSeriesLabelModel.Position Property
Gets or sets the value of the RangeBarSeriesLabel.Position within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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