Back to Devexpress

ChartRangeControlClientTimeSpanGridOptionsModel.SnapAlignment Property

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

latest2.2 KB
Original Source

ChartRangeControlClientTimeSpanGridOptionsModel.SnapAlignment Property

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public TimeSpanGridAlignment SnapAlignment { get; set; }
vb
<PropertyForOptions>
Public Property SnapAlignment 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 SnapAlignment
XYDiagram2DModel

.RangeControlTimeSpanGridOptions .SnapAlignment

|

See Also

ChartRangeControlClientTimeSpanGridOptionsModel Class

ChartRangeControlClientTimeSpanGridOptionsModel Members

DevExpress.XtraCharts.Designer Namespace