MindFusion.Charting 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

JavaScript  Copy Code

function Add (value)

 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