Sets all of the Margin properties at once.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public void SetMargins(
	int left,
	int top,
	int right,
	int bottom
)
Visual Basic
Public Sub SetMargins ( _
	left As Integer, _
	top As Integer, _
	right As Integer, _
	bottom As Integer _
)

Parameters

left
Type: System..::..Int32
Left margin.
top
Type: System..::..Int32
Top margin.
right
Type: System..::..Int32
Right margin.
bottom
Type: System..::..Int32
Bottom margin.

See Also