Skip to main content

Strip(Double, Double) Constructor

Initializes a new instance of the Strip class with the specified minimum and maximum numeric values.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Strip(
    double minLimit,
    double maxLimit
)

Parameters

Name Type Description
minLimit Double

A Double value that specifies the minimum numeric value of the strip. This value is assigned to the Strip.MinLimit property.

maxLimit Double

A Double value that specifies the maximum numeric value of the strip. This value is assigned to the Strip.MaxLimit property.

See Also