Back to Devexpress

ContinuousDateTimeScaleOptions.GridAlignment Property

wpf-devexpress-dot-xpf-dot-charts-dot-continuousdatetimescaleoptions-478028c2.md

latest3.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public DateTimeGridAlignment GridAlignment { get; set; }
vb
Public Property GridAlignment As DateTimeGridAlignment

Property Value

TypeDescription
DateTimeGridAlignment

A DateTimeGridAlignment enumeration value that represents the measurement unit to which the beginning of the gridlines and labels of an axis should be aligned.

|

Available values:

NameDescription
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 TypePath to GridAlignment
AxisY2D

.DateTimeScaleOptions .GridAlignment

| | AxisY3D |

.DateTimeScaleOptions .GridAlignment

| | CircularAxisY2D |

.DateTimeScaleOptions .GridAlignment

|

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.

See Also

ContinuousDateTimeScaleOptions Class

ContinuousDateTimeScaleOptions Members

DevExpress.Xpf.Charts Namespace