MindFusion.Charting Programmer's Guide

DoubleCollection Constructor (String)

See Also
 





Initializes a new instance of the DoubleCollection class.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public DoubleCollection (
    string representation
)

Visual Basic  Copy Code

Public New ( _
    representation As String _
)

JavaScript  Copy Code

function DoubleCollection (representation)

 Parameters

representation

The string identifier of the DoubleCollection.

 See Also