AxisTitleModel.Position Property
Gets or sets the AxisTitle.Position property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| AxisTitlePosition | An AxisTitlePosition enumeration value. |
Available values:
| Name | Description |
|---|---|
| Outside | The axis title is outside of the chart plot area. |
| Inside | The axis title is inside of the chart plot area. |
See Also