wpf-devexpress-dot-xpf-dot-charts-75022505.md
Lists the values that specify the date-time measurement unit to which the beginning of a diagram’s gridlines and labels should be aligned.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public enum DateTimeGridAlignment
Public Enum DateTimeGridAlignment
| Name | Description |
|---|---|
Millisecond |
Specifies millisecond as the date-time unit to which axis grid lines should be aligned.
|
| Second |
Specifies second as the date-time unit to which axis grid lines should be aligned.
|
| Minute |
Specifies minute as the date-time unit to which axis grid lines should be aligned.
|
| Hour |
Specifies hour as the date-time unit to which axis grid lines should be aligned.
|
| Day |
Specifies day as the date-time unit to which axis grid lines should be aligned.
|
| Week |
Specifies week as the date-time unit to which axis grid lines should be aligned.
|
| Month |
Specifies month as the date-time unit to which axis grid lines should be aligned.
|
| Quarter |
Specifies a quarter of a year as the date-time unit to which axis grid lines should be aligned.
|
| Year |
Specifies year as the date-time unit to which axis grid lines should be aligned.
|
The following properties accept/return DateTimeGridAlignment values:
The values listed by the DateTimeGridAlignment enumeration are used to set the ManualDateTimeScaleOptions.GridAlignment, and ContinuousDateTimeScaleOptions.GridAlignment properties.
See Also