| Package | Description |
|---|---|
| com.grapecity.documents.excel | |
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
DisplayBlanksAs |
ISparklineGroup.getDisplayBlanksAs()
Gets the way that blank cells are plotted on a chart.
|
static DisplayBlanksAs |
DisplayBlanksAs.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DisplayBlanksAs |
DisplayBlanksAs.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DisplayBlanksAs[] |
DisplayBlanksAs.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static DisplayBlanksAs[] |
DisplayBlanksAs.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.setDisplayBlanksAs(DisplayBlanksAs value)
Sets the way that blank cells are plotted on a chart.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayBlanksAs |
IChart.getDisplayBlanksAs()
Returns the way that blank cells are plotted on a chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IChart.setDisplayBlanksAs(DisplayBlanksAs value)
Sets the way that blank cells are plotted on a chart.
|