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