Click or drag to resize

IChartDataPoints Interface

Defines a contract for chart data points, which can be implemented by classes representing data points in a chart.

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

The IChartDataPoints type exposes the following members.

Properties
Name Description
Public property DefaultDataPoint
Returns default data point. Read-only.
Public property Item
Returns single data point by its index. Read-only.
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 .)
Top
See Also