Back to Devexpress

PointSeriesLabel.Position Property

corelibraries-devexpress-dot-xtracharts-dot-pointserieslabel.md

latest1.6 KB
Original Source

PointSeriesLabel.Position Property

Gets or sets where a point’s label is located.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public PointLabelPosition Position { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property Position As PointLabelPosition

Property Value

TypeDescription
PointLabelPosition

A PointLabelPosition enumeration value.

|

Available values:

NameDescription
Center

Label is located at the point’s center.

| | Outside |

Label is located outside of the point.

|

See Also

PointSeriesLabel Class

PointSeriesLabel Members

DevExpress.XtraCharts Namespace