corelibraries-devexpress-dot-xtracharts-ebd31527.md
Lists the values that specify the time-span measurement unit that is used to align gridlines and labels.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum TimeSpanGridAlignment
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum TimeSpanGridAlignment
| Name | Description |
|---|---|
Millisecond |
Specifies millisecond as the time-span unit to which axis grid lines should be aligned.
|
| Second |
Specifies second as the time-span unit to which axis grid lines should be aligned.
|
| Minute |
Specifies minute as the time-span unit to which axis grid lines should be aligned.
|
| Hour |
Specifies hour as the time-span unit to which axis grid lines should be aligned.
|
| Day |
Specifies day as the time-span unit to which axis grid lines should be aligned.
|
The following properties accept/return TimeSpanGridAlignment values:
Use the TimeSpanGridAlignment enumeration values to specify the TimeSpanScaleOptions.GridAlignment property.
See Also