Skip to main content

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

NuGet Package: DevExpress.Wpf.Charts

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