Search
LengthType Enumeration
See Also
 






Indicates the type of the units of a Length object.

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

 Syntax

Java  Copy Code

public enum LengthType

 Members

  Member name Description

Absolute

Specifies absolute length, expressed in pixels.

Relative

Specifies relative length, expressed as a percentage of the container's size.

 See Also