MindFusion.Charting for JavaScript Programmer's Guide
Axis.inRange Method
See Also
 






Determines whether specified value is within the axis range.

Namespace: MindFusion.Charting
File: Axis.js

 Syntax

JavaScript  Copy Code

function inRange (value)

 Parameters

value

Type: Number
The number to check.

 Return Value

Type: Boolean
true if value is inside the current axis range, or false otherwise.

 See Also

Axis Members
Axis Class
MindFusion.Charting Namespace