| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
SparkScale |
ISparkVerticalAxis.getMaxScaleType()
Gets how the maximum value of the vertical axis of the sparkline is scaled
relative to other sparklines in the group.
|
SparkScale |
ISparkVerticalAxis.getMinScaleType()
Gets how the minimum value of the vertical axis of the sparkline is scaled
relative to other sparklines in the group.
|
static SparkScale |
SparkScale.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SparkScale[] |
SparkScale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISparkVerticalAxis.setMaxScaleType(SparkScale value)
Sets how the maximum value of the vertical axis of the sparkline is scaled
relative to other sparklines in the group.
|
void |
ISparkVerticalAxis.setMinScaleType(SparkScale value)
Sets how the minimum value of the vertical axis of the sparkline is scaled
relative to other sparklines in the group.
|