| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
static RowCol |
RowCol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RowCol |
RowCol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RowCol[] |
RowCol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static RowCol[] |
RowCol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISeriesCollection.add(IRange source,
RowCol rowCol)
Adds one or more new series to the
ISeriesCollection collection. |
void |
ISeriesCollection.add(IRange source,
RowCol rowCol,
boolean seriesLabels,
boolean categoryLabels)
Adds one or more new series to the
ISeriesCollection collection. |
void |
ISeriesCollection.extend(IRange source,
RowCol rowcol,
boolean categoryLabels)
Adds new data points to an existing series collection.
|
void |
IChart.setSourceData(IRange source,
RowCol plotBy)
Sets the source data range for the chart.
|