Back to Devexpress

AxisLabel3D.Position Property

corelibraries-devexpress-dot-xtracharts-dot-axislabel3d-a34ee78d.md

latest2.4 KB
Original Source

AxisLabel3D.Position Property

Gets or sets a value that specifies the position of axis labels relative to the axis in 3D series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public AxisLabel3DPosition Position { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property Position As AxisLabel3DPosition

Property Value

TypeDescription
AxisLabel3DPosition

An AxisLabel3DPosition enumeration value which specifies the position of labels relative to the axis.

|

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.

|

Remarks

Refer to the AxisLabel3DPosition enumeration’s description for a list of the available label positions.

See Also

AxisLabel3D Class

AxisLabel3D Members

DevExpress.XtraCharts Namespace