Try setting up ChartArea , for example:
area.Position = New ElementPosition(0, 0, 100, 100);
area.InnerPlotPosition = New ElementPosition(0, 0, 100, 100);
This speaks both of the plot area and the plot plot, it will start in the upper left corner and will go 100% for the width and height.
source
share