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.2.dll

Syntax
C# |
public Strip(
DateTime minLimit,
DateTime maxLimit
)
|
VB |
Public New(
ByVal minLimit As DateTime,
ByVal maxLimit As DateTime
)
|
Parameters
-
minLimit
-
Type: DateTime
A System.DateTime value that specifies the minimum date-time value of the strip. This value is assigned to the MinLimit property.
-
maxLimit
-
Type: DateTime
A System.DateTime value that specifies the maximum date-time value of the strip. This value is assigned to the MaxLimit property.

See Also