Skip to main content
A newer version of this page is available. .

SeriesPointCollection.AddPoint Method

Name Parameters Description
AddPoint(DateTime, Double) argument, value Adds a point with the specified argument and value required to plot a series.
AddPoint(Double, Double) argument, value Adds a point with the specified argument and value required to plot a series.
AddPoint(String, Double) argument, value Adds a point with the specified argument and value required to plot a series.
AddPoint(TimeSpan, Double) argument, value Adds a point with the specified argument and value required to plot a series.