Back to Devexpress

SeriesPointCollection.AddRangePoint Method

corelibraries-devexpress-dot-xtracharts-dot-seriespointcollection-dot-addrangepoint.md

latest1.8 KB
Original Source

SeriesPointCollection.AddRangePoint Method

NameParametersDescription
AddRangePoint(DateOnly, Double, Double)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a range series view.
AddRangePoint(DateTime, Double, Double)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a range series view.
AddRangePoint(Double, Double, Double)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a range series view.
AddRangePoint(String, Double, Double)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a range series view.
AddRangePoint(TimeOnly, Double, Double)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a range series view.
AddRangePoint(TimeSpan, Double, Double)argument, value1, value2Adds a point with the specified argument and values required to plot a series with a range series view.