Search
Plot.measure Method
See Also
 






Component.measure override. Measures the desired size of this component.

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

 Syntax

Java  Copy Code

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

 Parameters

maxWidth

The maximum width provided by the parent component.

maxHeight

The maximum height provided by the parent component.

context

A RenderContext instance.

 See Also