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

JavaScript  Copy Code

function GetValues ()

 Return Value

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

 See Also