I am using chartingToolKit:Chart control. I want to remove the white space appear in between the chart and plot area. Attached the WPF sample and image of area to be removed.
To give you a little more space without re-templating the control, set the Margin (as you did) and Padding of the chart control to zero.
Margin="0" Padding="0"