[]
        
(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)
Public Sub SetMargins(left As Integer, top As Integer, right As Integer, bottom As Integer)
Parameters
Type Name Description
int left

Left margin.

int top

Top margin.

int right

Right margin.

int bottom

Bottom margin.

See Also