Determines whether specified value is within the axis range.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public bool InRange ( |
Visual Basic
Copy Code
|
|---|
Public Function InRange( _ |
A double value.
true if value is inside the current axis range; false, otherwise.
See Also