Back to Devexpress

AxisLabel3DModel.Position Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-axislabel3dmodel-dce9e299.md

latest2.2 KB
Original Source

AxisLabel3DModel.Position Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions(2, "General")]
[DesignerDisplayName("LabelPosition")]
public AxisLabel3DPosition Position { get; set; }
vb
<PropertyForOptions(2, "General")>
<DesignerDisplayName("LabelPosition")>
Public Property Position As AxisLabel3DPosition

Property Value

TypeDescription
AxisLabel3DPosition

The relative position of the axis labels.

|

Available values:

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.

|

See Also

AxisLabel3DModel Class

AxisLabel3DModel Members

DevExpress.XtraCharts.Designer Namespace