windowsforms-devexpress-dot-xtraeditors-c1185a25.md
Lists the values that specify the time-span measurement unit to which the chart’s gridlines and labels of the time-span chart client should be aligned.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum RangeControlTimeSpanGridAlignment
Public Enum RangeControlTimeSpanGridAlignment
| Name | Description |
|---|---|
Millisecond |
Specifies a millisecond as the time-span unit to which chart grid lines should be aligned.
|
| Second |
Specifies a second as the time-span unit to which chart gridlines should be aligned.
|
| Minute |
Specifies a minute as the time-span unit to which chart grid lines should be aligned.
|
| Hour |
Specifies an hour as the time-span unit to which chart grid lines should be aligned.
|
| Day |
Specifies a day as the time-span unit to which chart gridlines should be aligned.
|
The following properties accept/return RangeControlTimeSpanGridAlignment values:
Use the RangeControlTimeSpanGridAlignment enumeration values to set the TimeSpanChartRangeControlClientGridOptions.GridAlignment property.
See Also