Search
Thickness Constructor
See Also
 






Initializes a new instance of the Thickness class with the specified values on the left, top, right and bottom sides.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Thickness (
    double left,
    double top,
    double right,
    double bottom
)

 Parameters

left

A double value. The left thickness.

top

A double value. The top thickness.

right

A double value. The right thickness.

bottom

A double value. The bottom thickness.

 See Also