Intersoft ClientUI Documentation
CanPlot Method (NumericAxis)



The value to plot.
Returns a value indicating whether a value can plot.
Syntax
Public Overrides Function CanPlot( _
   ByVal value As Object _
) As Boolean
Dim instance As NumericAxis
Dim value As Object
Dim value As Boolean
 
value = instance.CanPlot(value)
public override bool CanPlot( 
   object value
)
public:
bool CanPlot( 
   Object^ value
) override 

Parameters

value
The value to plot.

Return Value

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

NumericAxis Class
NumericAxis Members

Send Feedback