windowsforms-devexpress-dot-xtracharts-dot-designer-dot-numericscaleoptionsmodel-69b49816.md
Gets or sets the value of the NumericScaleOptions.GridAlignment within the model.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
[PropertyForOptions]
public NumericGridAlignment GridAlignment { get; set; }
<PropertyForOptions>
Public Property GridAlignment As NumericGridAlignment
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to GridAlignment |
|---|---|
| AxisBaseModel |
.NumericScaleOptions .GridAlignment
|
See Also
NumericScaleOptionsModel Class