| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
ISeries |
ISeriesCollection.get(int index)
Returns a single object from a collection.
|
ISeries |
ISeriesCollection.get(java.lang.String name)
Returns a single object from a collection.
|
ISeries |
IDataLabels.getParent()
Returns the parent object for the specified object.
|
ISeries |
ITrendlines.getParent()
Returns the parent object for the specified object.
|
ISeries |
ILeaderLines.getParent()
Returns the parent object for the specified object.
|
ISeries |
IPoint.getParent()
Returns the parent object for the specified object.
|
ISeries |
IErrorBar.getParent()
Returns the parent object for the specified object.
|
ISeries |
ITrendline.getParent()
Returns the parent object for the specified object.
|
ISeries |
IPoints.getParent()
Returns the parent object for the specified object.
|
ISeries |
ISeriesCollection.newSeries()
Creates a new series.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ISeries> |
IChartGroup.getSeriesCollection()
Returns an object that represents a collection of all the series (a
ISeries collection) in the chart or chart group. |