Intersoft ClientUI Documentation
AttachEventHandlersToDataPoint Method (DataPointSeries)



The data point.
Attaches event handlers to a data point.
Syntax
Protected Overridable Sub AttachEventHandlersToDataPoint( _
   ByVal dataPoint As IDataPoint _
) 
Dim instance As DataPointSeries
Dim dataPoint As IDataPoint
 
instance.AttachEventHandlersToDataPoint(dataPoint)
protected virtual void AttachEventHandlersToDataPoint( 
   IDataPoint dataPoint
)
protected:
virtual void AttachEventHandlersToDataPoint( 
   IDataPoint^ dataPoint
) 

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

DataPointSeries Class
DataPointSeries Members

Send Feedback