MindFusion WinForms Programmer's Guide
Margins Constructor (Single, Single, Single, Single)
See Also
 





Creates a new instance of the Margins class.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Margins (
    float left,
    float top,
    float right,
    float bottom
)

Visual Basic  Copy Code

Public New ( _
    left As Single, _
    top As Single, _
    right As Single, _
    bottom As Single _
)

 Parameters

left

The left margin.

top

The top margin.

right

The right margin.

bottom

The left margin.

 See Also

Margins Constructor Overload List
Margins Class
MindFusion.Charting Namespace