1
Answer

how to plot Histogram?

I have one array items[j] which contains x coordinates of some image points,
so my question is "How to plot histogram using array ( items[j] ) in c#?". 
Answers (1)