Component.Measure override. Measures the desired size of this component.
Namespace: MindFusion.Charting.Components
File: TextComponent.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.