MindFusion.Charting for JavaScript Programmer's Guide
Thickness Constructor
See Also
 






Initializes a new instance of the Thickness class with the specified widths.

Namespace: MindFusion.Drawing
File: Thickness.js

 Syntax

JavaScript  Copy Code

function Thickness (left, [top, [right, [bottom, [isRelative]]]])

 Parameters

left

Type: Number
Number. Specifies the width of the left side of the frame.

top
Optional.

Type: Number
Number. Specifies the width of the top side of the frame.

right
Optional.

Type: Number
Number. Specifies the width of the right side of the frame.

bottom
Optional.

Type: Number
Number. Specifies the width of the bottom side of the frame.

isRelative
Optional.

Type: Boolean
Boolean. A flag indicating whether the thickness properties are expressed as relative or absolute quantities.

 See Also

Thickness Constructor Overload List
Thickness Class
MindFusion.Drawing Namespace