public interface ICascadeSparkLine
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColorNegative()
A color that represents the first or last negative sparkline's box (this point's value is negative).
|
java.lang.String |
getColorPositive()
A color that represents the color of the first or last positive sparkline's box (this point's value is positive).
|
java.lang.String |
getColorTotal()
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.
|
java.lang.String[] |
getItemTypes()
Represents all the item types.
|
java.lang.String[] |
getLabels()
Represents the labels.
|
java.lang.Double |
getMaximum()
A number that represents the maximum values of the display area.
|
java.lang.Double |
getMinimum()
A number that represents the minimum values of the display area.
|
double |
getPointIndex()
Represents the points index.
|
double[] |
getPoints()
Represents the values of the points.
|
boolean |
getVertical()
A boolean that represents whether the box's direction is vertical or horizontal.
|
double[] getPoints()
double getPointIndex()
java.lang.String[] getLabels()
java.lang.Double getMinimum()
java.lang.Double getMaximum()
java.lang.String getColorPositive()
java.lang.String getColorNegative()
boolean getVertical()
java.lang.String[] getItemTypes()
java.lang.String getColorTotal()