Intersoft ClientUI Documentation
AddObject Method



The object to add to the series host.
Adds an object to the series host by creating a corresponding data point for it.
Syntax
Protected Overridable Function AddObject( _
   ByVal dataContext As Object _
) As IDataPoint
Dim instance As DataPointSeries
Dim dataContext As Object
Dim value As IDataPoint
 
value = instance.AddObject(dataContext)
protected virtual IDataPoint AddObject( 
   object dataContext
)
protected:
virtual IDataPoint^ AddObject( 
   Object^ dataContext
) 

Parameters

dataContext
The object to add to the series host.

Return Value

The data point created for 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