Back to Devexpress

NumericScaleOptionsModel.GridAlignment Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-numericscaleoptionsmodel-69b49816.md

latest2.6 KB
Original Source

NumericScaleOptionsModel.GridAlignment Property

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

Declaration

csharp
[PropertyForOptions]
public NumericGridAlignment GridAlignment { get; set; }
vb
<PropertyForOptions>
Public Property GridAlignment As NumericGridAlignment

Property Value

TypeDescription
NumericGridAlignment

The measurement unit to which gridlines and labels should be aligned.

|

Available values:

NameDescription
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 TypePath to GridAlignment
AxisBaseModel

.NumericScaleOptions .GridAlignment

|

See Also

NumericScaleOptionsModel Class

NumericScaleOptionsModel Members

DevExpress.XtraCharts.Designer Namespace