MindFusion WinForms Programmer's Guide
ShapeCollection.Add Method
See Also
 





Adds the specified Shape object to the ShapeCollection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int Add (
    Shape value
)

Visual Basic  Copy Code

Public Function Add( _
    value As Shape _
) As Integer

 Parameters

value
The Shape object to add to the ShapeCollection.

 Return Value

The zero-based index within the collection of the newly added shape.

 See Also

ShapeCollection Members
ShapeCollection Class
MindFusion.Charting Namespace