MindFusion.Charting Programmer's Guide

ShapeCollection Constructor (Shape[])

See Also
 





Initializes a new instance of the ShapeCollection class with the specified initial values.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public ShapeCollection (
    Shape[] values
)

Visual Basic  Copy Code

Public New ( _
    values() As Shape _
)

JavaScript  Copy Code

function ShapeCollection (values)

 Parameters

values
An array with the initial ShapeCollection objects for the collection.

 See Also