Intersoft ClientUI Documentation
AddDataPoint Method (CircularSeries)



The data point added.
Creates a legend item for each data point.
Syntax
Protected Overrides Sub AddDataPoint( _
   ByVal dataPoint As DataPoint _
) 
Dim instance As CircularSeries
Dim dataPoint As DataPoint
 
instance.AddDataPoint(dataPoint)
protected override void AddDataPoint( 
   DataPoint dataPoint
)
protected:
void AddDataPoint( 
   DataPoint^ dataPoint
) override 

Parameters

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

CircularSeries Class
CircularSeries Members

Send Feedback