Search
Margins Constructor
See Also
 






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

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

 Syntax

Java  Copy Code

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

 Parameters

left

A double value. The left margin.

top

A double value. The top margin.

right

A double value. The right margin.

bottom

A double value. The bottom margin.

 See Also