corelibraries-devexpress-dot-xtracharts-dot-axislabel3dposition.md
Lists the values used to specify the position of axis labels in 3D series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum AxisLabel3DPosition
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum AxisLabel3DPosition
| 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.
|
The following properties accept/return AxisLabel3DPosition values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | AxisLabel3D.Position |
| AxisLabel3DItem.TextPosition | |
| WinForms Controls | AxisLabel3DModel.Position |
Values listed by the AxisLabel3DPosition enumeration are used to set the AxisLabel3D.Position property.
See Also