Determines whether specified value is within the axis range.
Namespace: MindFusion.Charting
File: Axis.js
JavaScript Copy Code |
---|
function inRange (value) |
Type: Number
The number to check.
Type: Boolean
true if value is inside the current axis range, or false otherwise.