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
)
Public Sub Add (
point As XlsChartDataPoint
)
public:
void Add(
XlsChartDataPoint^ point
)
member Add :
point : XlsChartDataPoint -> unit
Parameters
-
point
-
Type:
Spire.Xls.Core.Spreadsheet.Charts
XlsChartDataPoint
The XlsChartDataPoint to add to the chart.
See Also