[]
Gets or sets the margin of the plot area from the control edges.
public Thickness Margin { get; set; }
By default the margin is calculated automatically to provide enough space for axes. Set this property if the plot area should be placed at the fixed position on the control surface. For example when several charts should have their plot areas arranged vertically or horizontally.