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