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.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum NumericGridAlignment
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
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.