Search
RangeSelector.measure Method
See Also
 






Component.Measure override. Measures the desired size of this component.

Namespace: MindFusion.Charting.Components
File: RangeSelector.js

 Syntax

JavaScript  Copy Code

function measure (maxWidth, maxHeight, context)

 Parameters

maxWidth

The maximum width provided by parent component.

maxHeight

The maximum height provided by parent component.

context

A RenderContext instance.

 See Also