| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
SparklineRowCol |
ISparklineGroup.getPlotBy()
Gets how to plot the sparkline when the data on which it is based is in a
square-shaped range.
|
static SparklineRowCol |
SparklineRowCol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SparklineRowCol |
SparklineRowCol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SparklineRowCol[] |
SparklineRowCol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static SparklineRowCol[] |
SparklineRowCol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISparklineGroup.setPlotBy(SparklineRowCol value)
Sets how to plot the sparkline when the data on which it is based is in a
square-shaped range.
|