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

SparklineRange(Double, Double) Constructor

Initializes a new instance of the SparklineRange class with the specified minimum and maximum limits.

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v19.2.Core.dll

Declaration

public SparklineRange(
    double min,
    double max
)

Parameters

Name Type Description
min Double

A Double value, specifying the minimum limit. This value is assigned to the SparklineRange.Limit1 property.

max Double

A Double value, specifying the maximum limit. This value is assigned to the SparklineRange.Limit2 property.

See Also