Intersoft ClientUI Documentation
CanGraph Method



The value to evaluate.
Returns a value indicating whether this value can be graphed on a linear axis.
Syntax
Public Shared Function CanGraph( _
   ByVal value As Double _
) As Boolean
Dim value As Double
Dim value As Boolean
 
value = ValueHelper.CanGraph(value)
public static bool CanGraph( 
   double value
)
public:
static bool CanGraph( 
   double value
) 

Parameters

value
The value to evaluate.

Return Value

A value indicating whether this value can be graphed on a linear axis.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ValueHelper Class
ValueHelper Members

Send Feedback