Skip to main content

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.