Intersoft ClientUI Documentation
UpdateShape Method (StackedLineSeries)



Locations of the points of each SeriesDefinition in the series.
Updates the shape for the series.
Syntax
Protected Overrides Sub UpdateShape( _
   ByVal definitionPoints As IList(Of IEnumerable(Of Point)) _
) 
Dim instance As StackedLineSeries
Dim definitionPoints As IList(Of IEnumerable(Of Point))
 
instance.UpdateShape(definitionPoints)
protected override void UpdateShape( 
   IList<IEnumerable<Point>> definitionPoints
)
protected:
void UpdateShape( 
   IList<IEnumerable<Point>^>^ definitionPoints
) override 

Parameters

definitionPoints
Locations of the points of each SeriesDefinition in the series.
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

StackedLineSeries Class
StackedLineSeries Members

Send Feedback