MindFusion.Charting for JavaScript Programmer's Guide
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

Type: void
The maximum width provided by parent component.

maxHeight

Type: void
The maximum height provided by parent component.

context

Type: void
A RenderContext instance.

 See Also

GridPanel Members
GridPanel Class
MindFusion.Charting.Components Namespace