How-to Calculate Ratio between 3 numbers with C#
I've 3 collections of doubles. These will be displayed as curves in a single chart.
Curve 1 : 1.5,1.6,1.7,1.8,1.9
Curve 2 : 3.5,3.6,3.7,3.8,3.9
Curve 3 : 5.5,5.6,5.7,5.8,5.9
Numbers range between these 3 curves are too different to be displayed correctly in the chart. So i want to "align" these 3 curves by doing a ratio or average on these, but i don't know how.