Skip to main content
All docs
V26.1
  • Strip(DateOnly, DateOnly) Constructor

    Initializes a new instance of the Strip class with the specified minimum and maximum date-only values.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v26.1.dll

    Declaration

    public Strip(
        DateOnly minLimit,
        DateOnly maxLimit
    )

    Parameters

    Name Type Description
    minLimit DateOnly

    A DateOnly value that specifies the minimum date-only value for the strip. The parameter value initializes the Strip.MinLimit property.

    maxLimit DateOnly

    A DateOnly value that specifies the maximum date-only value for the strip. The parameter value initializes the Strip.MaxLimit property.

    See Also