ComponentOne Chart for .NET (2.0) Search HelpCentral 

Margin.SetMargins Method

Sets all of the Margin properties at once.

[Visual Basic]

Public Sub SetMargins( _

ByVal left As Integer, _

ByVal top As Integer, _

ByVal right As Integer, _

ByVal bottom As Integer _

)

[C#]

public void SetMargins(

int left,

int top,

int right,

int bottom

);

[Delphi]

public procedure SetMargins(

left: Int32;

top: Int32;

right: Int32;

bottom: Int32

);

Parameters

left

Left margin.

top

Top margin.

right

Right margin.

bottom

Bottom margin.

See Also

Margin Class | Margin Members | C1.Win.C1Chart Namespace | Margin Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.