MindFusion.Charting Programmer's Guide

ShapeCollection Class

See Also
 





Represents a strongly typed collection of shapes.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class ShapeCollection : CollectionBase, ICloneable

Visual Basic  Copy Code

Public Class ShapeCollection
    Inherits CollectionBase
    Implements ICloneable

JavaScript  Copy Code

// class
ShapeCollection.prototype = {}

 Inheritance Hierarchy

System.Object
    System.Collections.CollectionBase
        MindFusion.Charting.ShapeCollection

 See Also