PointLabelPosition Enum
In This Article
Lists the values specifying the point label position.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.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. |
Outside
|
Label is located outside of the point. |
#Related API Members
The following properties accept/return PointLabelPosition values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Point |
Win |
Point |
#Remarks
The values of this enumeration are used to specify the PointSeriesLabel.Position property.
See Also