PointSeriesLabel.Position Property
Gets or sets where a point’s label is located.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
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. |
Outside | Label is located outside of the point. |
See Also