Intersoft ClientUI Documentation
CanPlot Method (Axis)



The value to plot.
Returns a value indicating whether the axis can plot a value.
Syntax
Public MustOverride Function CanPlot( _
   ByVal value As Object _
) As Boolean
Dim instance As Axis
Dim value As Object
Dim value As Boolean
 
value = instance.CanPlot(value)
public abstract bool CanPlot( 
   object value
)
public:
abstract 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

Axis Class
Axis Members

Send Feedback