Intersoft ClientUI Documentation
RemoveDataPoint Method (CircularSeries)



The data point to remove.
Removes data point's legend item when the data point is removed.
Syntax
Protected Overrides Sub RemoveDataPoint( _
   ByVal dataPoint As DataPoint _
) 
Dim instance As CircularSeries
Dim dataPoint As DataPoint
 
instance.RemoveDataPoint(dataPoint)
protected override void RemoveDataPoint( 
   DataPoint dataPoint
)
protected:
void RemoveDataPoint( 
   DataPoint^ dataPoint
) override 

Parameters

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