Intersoft ClientUI Documentation
SetPolygonPointsProperty Method



Sets the Points property of a Polygon to the specified PointCollection.
Syntax
Protected Sub SetPolygonPointsProperty( _
   ByVal path As Path, _
   ByVal collection As List(Of PointCollection), _
   ByVal i As Integer, _
   ByVal pointCollection As PointCollection _
) 
Dim instance As StackedAreaSeries
Dim path As Path
Dim collection As List(Of PointCollection)
Dim i As Integer
Dim pointCollection As PointCollection
 
instance.SetPolygonPointsProperty(path, collection, i, pointCollection)
protected void SetPolygonPointsProperty( 
   Path path,
   List<PointCollection> collection,
   int i,
   PointCollection pointCollection
)
protected:
void SetPolygonPointsProperty( 
   Path^ path,
   List<PointCollection^>^ collection,
   int i,
   PointCollection^ pointCollection
) 

Parameters

path
collection
i
pointCollection
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

StackedAreaSeries Class
StackedAreaSeries Members

Send Feedback