Back to Devexpress

ChartRangeControlClientTimeSpanGridOptionsModel.GridAlignment Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartrangecontrolclienttimespangridoptionsmodel.md

latest2.2 KB
Original Source

ChartRangeControlClientTimeSpanGridOptionsModel.GridAlignment Property

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public TimeSpanGridAlignment GridAlignment { get; set; }
vb
<PropertyForOptions>
Public Property GridAlignment As TimeSpanGridAlignment

Property Value

Type
TimeSpanGridAlignment

Available values:

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

.RangeControlTimeSpanGridOptions .GridAlignment

|

See Also

ChartRangeControlClientTimeSpanGridOptionsModel Class

ChartRangeControlClientTimeSpanGridOptionsModel Members

DevExpress.XtraCharts.Designer Namespace