Intersoft ClientUI Documentation
PrepareDataPoint Method (BubbleSeries)



The data point to prepare.
The data context of the data point.
Prepares a bubble data point by binding the size value binding to the size property.
Syntax
Protected Overrides Sub PrepareDataPoint( _
   ByVal dataPoint As DataPoint, _
   ByVal dataContext As Object _
) 
Dim instance As BubbleSeries
Dim dataPoint As DataPoint
Dim dataContext As Object
 
instance.PrepareDataPoint(dataPoint, dataContext)
protected override void PrepareDataPoint( 
   DataPoint dataPoint,
   object dataContext
)
protected:
void PrepareDataPoint( 
   DataPoint^ dataPoint,
   Object^ dataContext
) override 

Parameters

dataPoint
The data point to prepare.
dataContext
The data context of 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