Dundas Chart for Windows Forms
Points Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Series Class : Points Property


Gets a DataPointCollection object.


Series Data Points collection.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property Points As DataPointCollection
Visual Basic (Usage) Copy Code
Dim instance As Series
Dim value As DataPointCollection
 
value = instance.Points
C#  
public DataPointCollection Points {get;}

Return Value

A DataPointCollection object that represents a collection of DataPoint objects.

Remarks

This collection property lets you add and remove data points to a series, and also provides methods and properties used to manipulate this collection (e.g. find data points, perform data-binding, etc.).

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.