[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICascadeSparkLine

Interface ICascadeSparkLine

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents a cascade sparkLine.

public interface ICascadeSparkLine

Properties

ColorNegative

A color that represents the first or last negative sparkline's box (this point's value is negative). The default value is '#D6604D'.

string ColorNegative { get; }

Property Value

string

ColorPositive

A color that represents the color of the first or last positive sparkline's box (this point's value is positive). The default value is '#8CBF64'.

string ColorPositive { get; }

Property Value

string

ColorTotal

A color that represents the color of the last sparkline's box when itemTypeRange does not exist or represents the color of the resulting sparkline's box when itemTypeRange exists. The default value is null.

string ColorTotal { get; }

Property Value

string

ItemTypes

Represents all the item types. The values should be {"-", "+", "="}. The default value is null.

string[] ItemTypes { get; }

Property Value

string[]

Labels

Represents the labels. The default value is null.

string[] Labels { get; }

Property Value

string[]

Maximum

A number that represents the maximum values of the display area. The default value is null.

double? Maximum { get; }

Property Value

double?

Minimum

A number that represents the minimum values of the display area. The default value is null.

double? Minimum { get; }

Property Value

double?

PointIndex

Represents the points index. The pointIndex is >= 1.

double PointIndex { get; }

Property Value

double

Points

Represents the values of the points.

double[] Points { get; }

Property Value

double[]

Vertical

A boolean that represents whether the box's direction is vertical or horizontal. The default value is FALSE.

bool Vertical { get; }

Property Value

bool