Search
Length Constructor
See Also
 






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

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

 Syntax

Java  Copy Code

public Length (
    double value,
    LengthType type
)

 Parameters

value

A double specifying the initial length value.

type

A member of the LengthType enumeration specifying the length type.

 See Also