Search
Length Constructor
See Also
 






Initializes a new instance of the Length class with the specified absolute value.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public Length (
    double absoluteValue
)

 Parameters

absoluteValue

A double specifying absolute length.

 See Also