NumericGridAlignment Enum
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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
public enum NumericGridAlignment
Members
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. |
Related API Members
The following properties accept/return NumericGridAlignment values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | NumericScaleOptions.GridAlignment |
WinForms Controls | NumericScaleOptionsModel.GridAlignment |
Remarks
The values listed by the NumericGridAlignment enumeration are used to set the NumericScaleOptions.GridAlignment property.