My question is: How can I change the normal graph(left one) to the graph I want(right one)? I cant find it anywhere.
I want the full yellow square to be 1,1. How can I see the BackImage size so I can make the background image compatible? I only want the graph size not the actual chart.
yourChart.Chartareas[0].AxisY.IsReversed = true;
BackImage
for your ChartArea
and if you set the BackImageWrapMode = ChartImageWrapMode.Scaled
it will always nicely fill the ChartArea
even when you resize the chart or when the Labels
or the Legend
grows or shrinks..