Back to Devexpress

PointSeriesLabelModel.Position Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-pointserieslabelmodel.md

latest1.8 KB
Original Source

PointSeriesLabelModel.Position Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public PointLabelPosition Position { get; set; }
vb
<PropertyForOptions>
<DependentUpon("LabelsVisibility")>
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property Position As PointLabelPosition

Property Value

TypeDescription
PointLabelPosition

The relative position of point labels.

|

Available values:

NameDescription
Center

Label is located at the point’s center.

| | Outside |

Label is located outside of the point.

|

See Also

PointSeriesLabelModel Class

PointSeriesLabelModel Members

DevExpress.XtraCharts.Designer Namespace