Intersoft ClientUI Documentation
UpdateShapeFromPoints Method (LineAreaSeriesBase)



Collection of data points
Updates the Series shape object from a collection of Points.
Syntax
Protected MustOverride Sub UpdateShapeFromPoints( _
   ByVal points As IEnumerable(Of RenderPoint) _
) 
Dim instance As LineAreaSeriesBase
Dim points As IEnumerable(Of RenderPoint)
 
instance.UpdateShapeFromPoints(points)
protected abstract void UpdateShapeFromPoints( 
   IEnumerable<RenderPoint> points
)
protected:
abstract void UpdateShapeFromPoints( 
   IEnumerable<RenderPoint>^ points
) 

Parameters

points
Collection of data points
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

LineAreaSeriesBase Class
LineAreaSeriesBase Members

Send Feedback