Search
Thickness Constructor
See Also
 






Initializes a new instance of the Thickness class with the specified value on all four sides.

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

 Syntax

Java  Copy Code

public Thickness (
    double uniformLength
)

 Parameters

uniformLength

A double value.

 See Also