Skip to main content

PointSeriesLabel.Position Property

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

Namespace: DevExpress.XtraCharts

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