[]
        
(Showing Draft Content)

C1.Win.C1Chart.Area.Margins

Margins Property

Margins

Gets or sets the size of the Chart Area margins.

Declaration
public Margin Margins { get; set; }
Remarks

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.

See Also