corelibraries-devexpress-dot-xtracharts-dot-chartrangecontrolclienttimespangridoptions.md
Gets or sets the time-span measure unit to which the chart’s gridlines and labels should be aligned when the chart is bound to the range control.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public TimeSpanGridAlignment GridAlignment { get; set; }
Public Property GridAlignment As TimeSpanGridAlignment
| Type | Description |
|---|---|
| TimeSpanGridAlignment |
A TimeSpanGridAlignment enumeration value that represents the measurement unit to which a chart’s gridlines and labels should be aligned.
|
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.
|
You can access this nested property as listed below:
| Object Type | Path to GridAlignment |
|---|---|
| XYDiagram2D |
.RangeControlTimeSpanGridOptions .GridAlignment
|
See Also
ChartRangeControlClientTimeSpanGridOptions Class