[]
        
(Showing Draft Content)

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

Range Constructor

Range(double, FillStyle)

Initializes a new instance of the Range class with the specified boundary value and fill style.

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

The boundary value of the range.

FillStyle fillStyle

The fill style used to draw the range.

Exceptions
Type Condition
ArgumentNullException

Thrown when fillStyle is null.