Search
Component.max Method
See Also
 






Returns the larger of specified values.

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

 Syntax

JavaScript  Copy Code

function max (value1, value2)

 Parameters

value1

The first value to compare.

value2

The second value to compare.

 Return Value

A nullable number value representing the larger value.

 See Also