PointSeriesLabelModel.Position Property
Gets or sets the value of the PointSeriesLabel.Position within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public PointLabelPosition Position { get; set; }
Property Value
| Type | Description |
|---|---|
| PointLabelPosition | The relative position of point labels. |
Available values:
| Name | Description |
|---|---|
| Center | Label is located at the point’s center.
|
| Outside | Label is located outside of the point.
|
See Also

