Intersoft ClientUI Documentation
CanPlot Method (IAxis)



The value to plot.
Returns a value indicating whether the axis can plot a value.
Syntax
Function CanPlot( _
   ByVal value As Object _
) As Boolean
Dim instance As IAxis
Dim value As Object
Dim value As Boolean
 
value = instance.CanPlot(value)
bool CanPlot( 
   object value
)
bool CanPlot( 
   Object^ value
) 

Parameters

value
The value to plot.

Return Value

A value indicating whether the axis can plot a value.
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

IAxis Interface
IAxis Members

Send Feedback