Skip to main content
A newer version of this page is available. .

PointSeriesLabelModel.Position Property

Gets or sets the value of the PointSeriesLabel.Position within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public PointLabelPosition Position { get; set; }

Property Value

Type Description
PointLabelPosition

The relative position of point labels.

Available values:

Name Description
Center

Label is located at the point’s center.

PoinsLabelPosition_Center

Outside

Label is located outside of the point.

PoinsLabelPosition_Center

See Also