Click or drag to resize

ChartDataPointsCollection Add Method (ChartDataPoint)

Adds new data point to the collection.

Namespace: Spire.Xls.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Add(
	ChartDataPoint point
)

Parameters

point
Type: Spire.Xls.Charts ChartDataPoint
Data point to add.
See Also