AxisLabel3DModel.Position Property
Gets or sets the value of the AxisLabel3D.Position within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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. |
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