Intersoft ClientUI Documentation
RemoveDataPoint Method (DataPointSeries)



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

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

DataPointSeries Class
DataPointSeries Members

Send Feedback