Skip to main content
All docs
V23.2

ChartRangeControlClientTimeSpanGridOptionsModel.GridAlignment Property

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public TimeSpanGridAlignment GridAlignment { get; set; }

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