Skip to main content

AxisLabel3DModel.Position Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions(2, "General")]
[DesignerDisplayName("LabelPosition")]
public AxisLabel3DPosition Position { get; set; }

Property Value

Type Description
AxisLabel3DPosition

The relative position of the axis labels.

Available values:

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.

See Also