ChartRangeControlClientTimeSpanGridOptionsModel.GridAlignment Property
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
| Type |
|---|
| TimeSpanGridAlignment |
Available values:
| 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. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to GridAlignment |
|---|---|
| XYDiagram2DModel |
|
See Also