corelibraries-devexpress-dot-xtracharts-059c4b35.md
Lists the values that specify the numeric-time measurement unit, to which the beginning of a diagram’s gridlines and labels should be aligned.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum NumericGridAlignment
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum NumericGridAlignment
| 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.
|
The following properties accept/return NumericGridAlignment values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | NumericScaleOptions.GridAlignment |
| WinForms Controls | NumericScaleOptionsModel.GridAlignment |
The values listed by the NumericGridAlignment enumeration are used to set the NumericScaleOptions.GridAlignment property.
See Also