Intersoft ClientUI Documentation
PrepareDataPoint Method (StackedLineAreaSeriesBase)



Prepares a DataPoint for use.
Syntax
Protected Overrides Sub PrepareDataPoint( _
   ByVal dataPoint As DataPoint _
) 
Dim instance As StackedLineAreaSeriesBase
Dim dataPoint As DataPoint
 
instance.PrepareDataPoint(dataPoint)
protected override void PrepareDataPoint( 
   DataPoint dataPoint
)
protected:
void PrepareDataPoint( 
   DataPoint^ dataPoint
) override 

Parameters

dataPoint
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

StackedLineAreaSeriesBase Class
StackedLineAreaSeriesBase Members

Send Feedback