Initializes a new instance of the Strip class with the specified minimum and maximum time-span values.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v19.2.dll

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

See Also