[]
        
(Showing Draft Content)

C1.Win.C1Chart.Margin.SetMargins

SetMargins Method

SetMargins(int, int, int, int)

Sets all of the Margin properties at once.

Declaration
public void SetMargins(int left, int top, int right, int bottom)
Parameters
Type Name Description
int left

Left margin.

int top

Top margin.

int right

Right margin.

int bottom

Bottom margin.

See Also