Initializes a new instance of the ShapeCollection class with the specified initial values.
Namespace: MindFusion.Charting Assembly: MindFusion.Charting
Syntax
C#
Copy Code
|
public ShapeCollection ( Shape[] values ) |
Visual Basic
Copy Code
|
Public New ( _ values() As Shape _ ) |
JavaScript
Copy Code
|
function ShapeCollection (values) |
Parameters
See Also
|