PointSeriesLabel.Position Property
Gets or sets where a point’s label is located.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public PointLabelPosition Position { get; set; }
Property Value
| Type | Description |
|---|---|
| PointLabelPosition | A PointLabelPosition enumeration value. |
Available values:
| Name | Description |
|---|---|
| Center | Label is located at the point’s center.
|
| Outside | Label is located outside of the point.
|
See Also

