Search
Component.measure Method
See Also
 






Measures the desired size of this component.

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

 Syntax

Java  Copy Code

public abstract void measure (
    double maxWidth,
    double maxHeight,
    RenderContext context
)

 Parameters

maxWidth

The maximum width provided by parent component.

maxHeight

The maximum height provided by parent component.

context

A RenderContext instance.

 See Also