Click or drag to resize

ICharts Interface

Defines the contract for chart-related operations and functionalities.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface ICharts : IEnumerable, 
	IExcelApplication

The ICharts type exposes the following members.

Properties
Name Description
Public property Count
Returns the number of objects in the collection. Read-only Long.
Public property Item Int32
Returns a single Chart object from a Charts collection
Public property Item String
Returns a single Chart object from a Charts collection.
Public property Parent
Gets the parent object of the current instance.
(Inherited from IExcelApplication .)
Top
Methods
Name Description
Public method Add
Creates a new chart.
Public method Add(String)
// Adds specified chart to the collection. //
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Public method Remove
Removes Chart object from the collection.
Top
See Also