Click or drag to resize

XlsChartDataPointsCollection Add Method

Adds a data point to the chart.

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

Parameters

point
Type: Spire.Xls.Core.Spreadsheet.Charts XlsChartDataPoint
The XlsChartDataPoint to add to the chart.
See Also