Intersoft ClientUI Documentation
GetDataPoint Method



The data context used for the point.
Retrieves the data point corresponding to the object passed as the parameter.
Syntax
Protected Overridable Function GetDataPoint( _
   ByVal dataContext As Object _
) As IDataPoint
Dim instance As DataPointSeries
Dim dataContext As Object
Dim value As IDataPoint
 
value = instance.GetDataPoint(dataContext)
protected virtual IDataPoint GetDataPoint( 
   object dataContext
)
protected:
virtual IDataPoint^ GetDataPoint( 
   Object^ dataContext
) 

Parameters

dataContext
The data context used for the point.

Return Value

The data point associated with the object.
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