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