PointLabelPosition Enum
Lists the values specifying the point label position.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
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 | PointSeriesLabel.Position |
WinForms Controls | PointSeriesLabelModel.Position |
Remarks
The values of this enumeration are used to specify the PointSeriesLabel.Position property.
See Also