Back to Devexpress

AxisLabel3DPosition Enum

corelibraries-devexpress-dot-xtracharts-dot-axislabel3dposition.md

latest2.5 KB
Original Source

AxisLabel3DPosition Enum

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

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum AxisLabel3DPosition
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum AxisLabel3DPosition

Members

NameDescription
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:

LibraryRelated API Members
Cross-Platform Class LibraryAxisLabel3D.Position
AxisLabel3DItem.TextPosition
WinForms ControlsAxisLabel3DModel.Position

Remarks

Values listed by the AxisLabel3DPosition enumeration are used to set the AxisLabel3D.Position property.

See Also

Position

DevExpress.XtraCharts Namespace