ICharts Interface |
Namespace: Spire.Xls.Core
The ICharts type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Returns the number of objects in the collection. Read-only Long.
|
|
|
Item Int32 |
Returns a single Chart object from a Charts collection
|
|
|
Item String |
Returns a single Chart object from a Charts collection.
|
|
|
Parent |
Gets the parent object of the current instance.
(Inherited from
IExcelApplication
.)
|
| Name | Description | |
|---|---|---|
|
|
Add |
Creates a new chart.
|
|
|
Add(String) |
// Adds specified chart to the collection.
//
|
|
|
GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from
IEnumerable
.)
|
|
|
Remove |
Removes Chart object from the collection.
|