AxisLabel3DPosition Enum
Lists the values used to specify the position of axis labels in 3D series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum AxisLabel3DPosition
Members
| Name | Description |
|---|---|
Bottom
|
The axis label is painted at the bottom of the axis point value.
|
Left
|
The axis label is painted on the left of the axis point value.
|
Right
|
The axis label is painted on the right of the axis point value.
|
Top
|
The axis label is painted at the top of the axis point value.
|
Auto
|
The axis label’s position is automatically determined by the chart. |
Related API Members
The following properties accept/return AxisLabel3DPosition values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | AxisLabel3D.Position |
| AxisLabel3DItem.TextPosition | |
| WinForms Controls | AxisLabel3DModel.Position |
Remarks
Values listed by the AxisLabel3DPosition enumeration are used to set the AxisLabel3D.Position property.



