Add

Add(int)

Adds data point by its index in parent series points collection.

public void Add(int dataPointIndex)
ParameterTypeDescription
dataPointIndexInt32Index of data point in parent series points collection.

Exceptions

exceptioncondition
ArgumentExceptionPoint with the given index was not found".

See Also


Add(IChartDataPoint)

Adds data point to collection.

public void Add(IChartDataPoint dataPoint)
ParameterTypeDescription
dataPointIChartDataPointData point add to.

See Also