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

PointLabelPosition Enum

Lists the values specifying the point label position.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum PointLabelPosition

Members

Name Description
Center

Label is located at the point’s center.

PoinsLabelPosition_Center

Outside

Label is located outside of the point.

PoinsLabelPosition_Center

Related API Members

The following properties accept/return PointLabelPosition values:

Library Related API Members
Cross-Platform Class Library PointSeriesLabel.Position
WinForms Controls PointSeriesLabelModel.Position

Remarks

The values of this enumeration are used to specify the PointSeriesLabel.Position property.

See Also