Skip to main content

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.v24.1.Core.dll

NuGet Package: DevExpress.Sparkline.Core

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