Intersoft ClientUI Documentation
AddDataPoint Method (DataPointSeries)



The data point to add to the plot area.
Adds a data point to the plot area.
Syntax
Protected Overridable Sub AddDataPoint( _
   ByVal dataPoint As DataPoint _
) 
Dim instance As DataPointSeries
Dim dataPoint As DataPoint
 
instance.AddDataPoint(dataPoint)
protected virtual void AddDataPoint( 
   DataPoint dataPoint
)
protected:
virtual void AddDataPoint( 
   DataPoint^ dataPoint
) 

Parameters

dataPoint
The data point to add to the plot area.
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