Skip to main content
A newer version of this page is available. .

Strip(DateTime, DateTime) Constructor

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

Namespace: DevExpress.Xpf.Charts

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

Declaration

public Strip(
    DateTime minLimit,
    DateTime maxLimit
)

Parameters

Name Type Description
minLimit DateTime

A DateTime value that specifies the minimum date-time value of the strip. This value is assigned to the Strip.MinLimit property.

maxLimit DateTime

A DateTime value that specifies the maximum date-time value of the strip. This value is assigned to the Strip.MaxLimit property.

See Also