wpf-devexpress-dot-xpf-dot-charts-d87f798f.md
Lists the values that specify the time-span measurement unit that is used to align gridlines and labels.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public enum TimeSpanGridAlignment
Public Enum TimeSpanGridAlignment
| Name | Description |
|---|---|
Millisecond |
Specifies the millisecond measurement unit.
|
| Second |
Specifies the second measurement unit.
|
| Minute |
Specifies the minute measurement unit.
|
| Hour |
Specifies the hour measurement unit.
|
| Day |
Specifies the day measurement unit.
|
The following properties accept/return TimeSpanGridAlignment values:
The values listed by the TimeSpanGridAlignment enumeration are used to set the ManualTimeSpanScaleOptions.GridAlignment, and ContinuousTimeSpanScaleOptions.GridAlignment properties.
See Also