Package | Description |
---|---|
com.gembox.spreadsheet.charts |
Contains types used to display series of numeric data in a graphical format.
|
Modifier and Type | Method and Description |
---|---|
EmptyCellDisplayMode |
ExcelChart.getShowEmptyCellsAs()
Gets the value which indicates how empty cells (cells with
value equal to null ) shall be plotted on the chart. |
static EmptyCellDisplayMode |
EmptyCellDisplayMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmptyCellDisplayMode[] |
EmptyCellDisplayMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<EmptyCellDisplayMode> |
ExcelChart.getDisplayBlanksAs()
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelChart.setShowEmptyCellsAs(EmptyCellDisplayMode value)
Sets the value which indicates how empty cells (cells with
value equal to null ) shall be plotted on the chart. |
Modifier and Type | Method and Description |
---|---|
void |
ExcelChart.setDisplayBlanksAs(Optional<EmptyCellDisplayMode> value)
Deprecated.
This method is internal and should not be used.
|
© GemBox Ltd. — All rights reserved.