MindFusion.Charting Programmer's Guide

ShapeCollection.Contains Method

See Also
 





Checks whether the specified Shape is contained in the ShapeCollection.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool Contains (
    Shape value
)

Visual Basic  Copy Code

Public Function Contains ( _
    value As Shape _
) As Boolean

JavaScript  Copy Code

function Contains (value)

 Parameters

value
The Shape to search for.

 Return Value

true if value is contained within the collection; otherwise false.

 See Also