Charting for WinForms Programmer's Guide
Axis.InRange Method
See Also
 






Determines whether specified value is within the axis range.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool InRange (
    double value
)

Visual Basic  Copy Code

Public Function InRange( _
    value As Double _
) As Boolean

 Parameters

value

A double value.

 Return Value

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

 See Also

Axis Members
Axis Class
MindFusion.Charting Namespace