MindFusion.Charting Programmer's Guide

ShapeCollection Constructor (String)

See Also
 





Initializes a new instance of the ShapeCollection class.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public ShapeCollection (
    string representation
)

Visual Basic  Copy Code

Public New ( _
    representation As String _
)

JavaScript  Copy Code

function ShapeCollection (representation)

 Parameters

representation
The string identifier of the new ShapeCollection.

 See Also