Intersoft ClientUI Documentation
CanPlot Method (CategoryAxis)



A value which may or may not be able to be plotted.
Returns a value indicating whether a value can be plotted on the axis.
Syntax
Public Overrides Function CanPlot( _
   ByVal value As Object _
) As Boolean
Dim instance As CategoryAxis
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
A value which may or may not be able to be plotted.

Return Value

A value indicating whether a value can be plotted on the 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

CategoryAxis Class
CategoryAxis Members

Send Feedback