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 _ ) |
JavaScript
Copy Code
|
function Margins (left, top, right, bottom) |
Parameters
See Also
|