ContinuousDateTimeScaleOptions.GridAlignment Property
Gets or sets the date-time measure unit to which the beginning of the grid lines and axis labels of an axis should be aligned.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public DateTimeGridAlignment GridAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Date |
A Date |
Available values:
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. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Grid |
---|---|
Axis |
|
Axis |
|
Circular |
|
#Remarks
This property is available when one of the DateTimeScaleOptions properties (e.g., AxisX2D.DateTimeScaleOptions property) is set to ContinuousDateTimeScaleOptions.
Note that the date-time data aggregation is not supported in Continuous scale mode.