Intersoft ClientUI Documentation
ShouldCreateDataPoint Method (DataPointSeries)



The data context that will be used for the data point.
Returns whether a data point should be created for the data context.
Syntax
Protected Overridable Function ShouldCreateDataPoint( _
   ByVal dataContext As Object _
) As Boolean
Dim instance As DataPointSeries
Dim dataContext As Object
Dim value As Boolean
 
value = instance.ShouldCreateDataPoint(dataContext)
protected virtual bool ShouldCreateDataPoint( 
   object dataContext
)
protected:
virtual bool ShouldCreateDataPoint( 
   Object^ dataContext
) 

Parameters

dataContext
The data context that will be used for the data point.

Return Value

A value indicating whether a data point should be created for the data context.
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

DataPointSeries Class
DataPointSeries Members

Send Feedback