Skip to main content
A newer version of this page is available. .

AxisLabel3DPosition Enum

Lists the values used to specify the position of axis labels in 3D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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.

AxisLabel3DPosition_Bottom.png

Left

The axis label is painted on the left of the axis point value.

AxisLabel3DPosition_Left.png

Right

The axis label is painted on the right of the axis point value.

AxisLabel3DPosition_Right.png

Top

The axis label is painted at the top of the axis point value.

AxisLabel3DPosition_Top.png

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.

See Also