Intersoft ClientUI Documentation
DetachEventHandlersFromDataPoint Method (BubbleSeries)



The data point.
Detaches size change and actual size change event handlers from the data point.
Syntax
Protected Overrides Sub DetachEventHandlersFromDataPoint( _
   ByVal dataPoint As IDataPoint _
) 
Dim instance As BubbleSeries
Dim dataPoint As IDataPoint
 
instance.DetachEventHandlersFromDataPoint(dataPoint)
protected override void DetachEventHandlersFromDataPoint( 
   IDataPoint dataPoint
)
protected:
void DetachEventHandlersFromDataPoint( 
   IDataPoint^ dataPoint
) override 

Parameters

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

BubbleSeries Class
BubbleSeries Members

Send Feedback