Skip to main content
All docs
V25.1
  • ChartRangeControlClientTimeSpanGridOptions.SnapAlignment Property

    Specifies the measurement unit to which selection thumbs of the range control are snapped.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    #Declaration

    public TimeSpanGridAlignment SnapAlignment { get; set; }

    #Property Value

    Type Description
    TimeSpanGridAlignment

    A TimeSpanGridAlignment enumeration value that represents the selection thumbs alignment interval.

    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 SnapAlignment
    XYDiagram2D

    #Remarks

    Use the SnapAlignment property to snap the selection thumbs to the range interval when dragging them in the range control’s viewport.

    See Also