[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Sparkline.Range

Range Class

Represents a qualitative range for GrapeCity.ActiveReports.Rendering.Components.Sparkline.SparklineChart.

Inheritance
Range
Namespace: GrapeCity.ActiveReports.Rendering.Components.Sparkline
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class Range

Constructors

Name Description
Range(double, double, FillStyle)

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

Fields

Name Description
MaxPropertyName
MinPropertyName

Properties

Name Description
Backdrop

Gets the FillStyle used to draw the range.

IsEmpty

Gets a value indicating whether the range is empty, i.e., the lower bound is equal to the upper bound.

LowerBound

Gets the lower bound of the range.

UpperBound

Gets the upper bound of the range.

Extension Methods