Search
GridPanel.measure Method
See Also
 






Panel.Measure override. Measures the desired size of this panel and its child components.

Namespace: MindFusion.Charting.Components
File: GridPanel.js

 Syntax

JavaScript  Copy Code

function measure (maxWidth, maxHeight, context)

 Parameters

maxWidth

The maximum width provided by parent component.

maxHeight

The maximum height provided by parent component.

context

A RenderContext instance.

 See Also