Skip to main content

Strip(String, String) Constructor

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Strip(
    string minLimit,
    string maxLimit
)

Parameters

Name Type Description
minLimit String

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

maxLimit String

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

See Also