Intersoft ClientUI Documentation
SetPolylinePointsProperty Method



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

Parameters

path
Path to set the Points property of.
collection
Specified PointCollection.
i
index
pointCollection
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

StackedLineSeries Class
StackedLineSeries Members

Send Feedback