Back to Devexpress

NumericGridAlignment Enum

corelibraries-devexpress-dot-xtracharts-059c4b35.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum NumericGridAlignment
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum NumericGridAlignment

Members

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.

|

The following properties accept/return NumericGridAlignment values:

LibraryRelated API Members
Cross-Platform Class LibraryNumericScaleOptions.GridAlignment
WinForms ControlsNumericScaleOptionsModel.GridAlignment

Remarks

The values listed by the NumericGridAlignment enumeration are used to set the NumericScaleOptions.GridAlignment property.

See Also

DevExpress.XtraCharts Namespace