Axis2DModel.LabelPosition Property
Gets or sets the Axis2D.LabelPosition property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public AxisLabelPosition LabelPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| AxisLabelPosition | An AxisLabelPosition enumeration value. |
Available values:
| Name | Description |
|---|---|
| Outside | Labels are outside of the chart plot area. |
| Inside | Labels are inside of the chart plot area. |
See Also