Intersoft ClientUI Documentation
UpdateDataPoint Method (RadarSeries)



The data point to update.
Updates the visual representation of the data point.
Syntax
Protected Overrides Sub UpdateDataPoint( _
   ByVal dataPoint As IDataPoint _
) 
Dim instance As RadarSeries
Dim dataPoint As IDataPoint
 
instance.UpdateDataPoint(dataPoint)
protected override void UpdateDataPoint( 
   IDataPoint dataPoint
)
protected:
void UpdateDataPoint( 
   IDataPoint^ dataPoint
) override 

Parameters

dataPoint
The data point to update.
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

RadarSeries Class
RadarSeries Members

Send Feedback