Search
XAxisRenderer.measure Method
See Also
 






Component.measure override. Measures the desired size of this XAxisRenderer using the specified max width, height and RenderContext.

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 parent component.

maxHeight

The maximum height provided by parent component.

context

A RenderContext instance.

 See Also