Click or drag to resize

HistogramAddData Method

Overload List
 NameDescription
Public methodAddData(Double) Add one data point to the histogram. If the datapoint falls outside the range of the histogram, the lowerbound or upperbound will automatically adapt.
Public methodAddData(IEnumerableDouble) Add a sequence of data point to the histogram. If the datapoint falls outside the range of the histogram, the lowerbound or upperbound will automatically adapt.
Top
See Also