Skip to main content

FinancialSeries2D.AddPoint Method

Name Parameters Description
AddPoint(DateTime, Double, Double, Double, Double) argument, low, high, open, close Adds a new series point with the specified argument and values to the series.
AddPoint(Double, Double, Double, Double, Double) argument, low, high, open, close Adds a new series point with the specified argument and values to the series.
AddPoint(String, Double, Double, Double, Double) argument, low, high, open, close Adds a new series point with the specified argument and values to the series.
AddPoint(TimeSpan, Double, Double, Double, Double) argument, low, high, open, close Adds a new series point with the specified argument and values to the series.