Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    ChartRangeControlClientTimeSpanGridOptionsModel.SnapAlignment Property

    Namespace: DevExpress.XtraCharts.Designer

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

    NuGet Package: DevExpress.Win.Charts

    #Declaration

    [PropertyForOptions]
    public TimeSpanGridAlignment SnapAlignment { 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 SnapAlignment
    XYDiagram2DModel
    See Also