Intersoft ClientUI Documentation
UpdateShape Method (StackedLineAreaSeriesBase)



Updates the Shape for the series.
Syntax
Protected MustOverride Sub UpdateShape( _
   ByVal definitionPoints As IList(Of IEnumerable(Of Point)) _
) 
Dim instance As StackedLineAreaSeriesBase
Dim definitionPoints As IList(Of IEnumerable(Of Point))
 
instance.UpdateShape(definitionPoints)
protected abstract void UpdateShape( 
   IList<IEnumerable<Point>> definitionPoints
)
protected:
abstract void UpdateShape( 
   IList<IEnumerable<Point>^>^ definitionPoints
) 

Parameters

definitionPoints
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