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