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