Back to Devexpress

Bar3DSeriesLabelModel.Position Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-bar3dserieslabelmodel-e5316b56.md

latest2.1 KB
Original Source

Bar3DSeriesLabelModel.Position Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
public BarSeriesLabelPosition Position { get; set; }
vb
<Browsable(False)>
Public Property Position As BarSeriesLabelPosition

Property Value

TypeDescription
BarSeriesLabelPosition

The relative position of bar labels.

|

Available values:

NameDescription
Auto

Enables the algorithm which calculates the label position inside bars with respect to chart size.

| | Top |

Labels are displayed above Bars.

| | Center |

Labels are displayed in the center of Bars.

| | TopInside |

Labels are displayed inside Bars, at the top.

| | BottomInside |

Labels are displayed inside Bars, at the bottom.

|

See Also

Bar3DSeriesLabelModel Class

Bar3DSeriesLabelModel Members

DevExpress.XtraCharts.Designer Namespace