NumericScaleOptionsModel.GridAlignment Property
Gets or sets the value of the NumericScaleOptions.GridAlignment within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| NumericGridAlignment | The measurement unit to which gridlines and labels should be aligned. |
Available values:
| Name | Description |
|---|---|
| Ones | Specifies ones as the numeric unit to which axis gridlines should be aligned. |
| Tens | Specifies tens as the numeric unit to which axis gridlines should be aligned. |
| Hundreds | Specifies hundreds as the numeric unit to which axis gridlines should be aligned. |
| Thousands | Specifies thousands as the numeric unit to which axis gridlines should be aligned. |
| Millions | Specifies millions as the numeric unit to which axis gridlines should be aligned. |
| Billions | Specifies billions as the numeric unit to which axis gridlines should be aligned. |
| Custom | The numeric unit to which axis gridlines should be aligned is specified by the NumericScaleOptions.CustomGridAlignment property. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to GridAlignment |
|---|---|
| AxisBaseModel |
|