Skip to main content

NumericScaleOptionsModel.GridAlignment Property

Gets or sets the value of the NumericScaleOptions.GridAlignment within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public NumericGridAlignment GridAlignment { get; set; }

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
.NumericScaleOptions .GridAlignment
See Also