Component.Measure override. Measures the desired size of this border and its Content.
Namespace: MindFusion.Charting.Components
File: BorderComponent.js
JavaScript
![]() |
---|
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.