[]
Gets or sets the size of the Chart Area margins.
public Margin Margins { get; set; }
The four margin values (Bottom, Top, Left, and Right) are each C1Chart Margin objects. Each object takes an integer value, and setting its value to –1 will allow for margin auto-positioning.