Skip to main content
A newer version of this page is available. .

PointSeriesLabel.Position Property

Gets or sets where a point’s label is located.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.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.

PoinsLabelPosition_Center

Outside

Label is located outside of the point.

PoinsLabelPosition_Center

See Also