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

Strip(TimeSpan, TimeSpan) Constructor

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

Declaration

public Strip(
    TimeSpan minLimit,
    TimeSpan maxLimit
)

Parameters

Name Type Description
minLimit TimeSpan

A time-span axis value that specifies the minimum strip value. This value is assigned to the Strip.MinLimit property.

maxLimit TimeSpan

A time-span axis value that specifies the maximum strip value. This value is assigned to the Strip.MaxLimit property.

See Also