[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Sparkline.Range.-ctor

Range Constructor

Range(double, double, FillStyle)

Initializes a new instance of the Range class with the specified lower and upper bounds and fill style.

Declaration
public Range(double lowValue, double highValue, FillStyle fillStyle)
Parameters
Type Name Description
double lowValue

The lower bound of the range.

double highValue

The upper bound of the range.

FillStyle fillStyle

The fill style used to draw the range.

Exceptions
Type Condition
ArgumentNullException

Thrown when fillStyle is null.