| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
SparkType |
ISparklineGroup.getType()
Gets the type of sparkline for the group.
|
static SparkType |
SparkType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SparkType |
SparkType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SparkType[] |
SparkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static SparkType[] |
SparkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ISparklineGroup |
ISparklineGroups.add(SparkType type,
java.lang.String sourceData)
Creates a new sparkline group and returns an
ISparklineGroup object. |
void |
ISparklineGroup.setType(SparkType value)
Sets the type of sparkline for the group.
|