Search
Margins Constructor
See Also
 






Initializes a new instance of the Margins class with the specified uniform margins value applied on all sides.

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

 Syntax

Java  Copy Code

public Margins (
    double uniformLength
)

 Parameters

uniformLength

A double value.

 See Also