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

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

    Namespace: DevExpress.Xpf.Charts

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

    Declaration

    public Strip(
        TimeOnly minLimit,
        TimeOnly maxLimit
    )

    Parameters

    Name Type Description
    minLimit TimeOnly

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

    maxLimit TimeOnly

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

    See Also