Search
SimplePanel.measure Method
See Also
 






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

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

 Syntax

JavaScript  Copy Code

function measure (maxWidth, maxHeight, context)

 Parameters

maxWidth

Type: Number
The maximum width provided by parent component.

maxHeight

Type: Number
The maximum height provided by parent component.

context

Type: RenderContext
A RenderContext instance.

 See Also