Component.Measure override. Measures the desired size of this panel and its child components.
Namespace: MindFusion.Charting.Components
File: Panel.js
SyntaxJavaScript
Copy Code
|
|---|
function measure (maxWidth, maxHeight, context) |
Type: void
The maximum width provided by parent component.
Type: void
The maximum height provided by parent component.
Type: void
A RenderContext instance.
See Also