Adds the specified PointCollection to the collection.
Namespace: MindFusion.Charting Assembly: MindFusion.Charting
Syntax
C#
Copy Code
|
public void Add ( PointCollection points ) |
Visual Basic
Copy Code
|
Public Sub Add ( _ points As PointCollection _ ) |
JavaScript
Copy Code
|
function Add (points) |
Parameters
See Also
|