corelibraries-devexpress-dot-xtracharts-0fa8eaeb.md
Lists the values specifying the point label position.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum PointLabelPosition
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum PointLabelPosition
| Name | Description |
|---|---|
Center |
Label is located at the point’s center.
|
| Outside |
Label is located outside of the point.
|
The following properties accept/return PointLabelPosition values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | PointSeriesLabel.Position |
| WinForms Controls | PointSeriesLabelModel.Position |
The values of this enumeration are used to specify the PointSeriesLabel.Position property.
See Also