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





Returns an array containing the shapes of this ShapeCollection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Shape[] GetValues ()

Visual Basic  Copy Code

Public Function GetValues () As Shape()

 Return Value

A Shape[] array with all shapes contained in the current ShapeCollection instance.

 See Also

ShapeCollection Members
ShapeCollection Class
MindFusion.Charting Namespace