Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[ResourceFinder(typeof(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.

See Also