Click or drag to resize

IChartShapes Interface

Defines a contract for chart shapes, which can be implemented by various chart shape classes to provide a common interface for charting operations.

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

The IChartShapes 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
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 GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Public method RemoveAt
Removes Chart object from the collection.
Top
See Also