MindFusion.Charting Programmer's Guide

DoubleCollection Constructor

See Also
 





Initializes a new instance of the DoubleCollection class.

 Overload List

Name Description

DoubleCollection ()

Initializes a new instance of the DoubleCollection class.

DoubleCollection (Double[])

Initializes a new instance of the DoubleCollection class with the specified initial values.

DoubleCollection (ICollection)

Initializes a new instance of the DoubleCollection class with the specified initial values.

DoubleCollection (String)

Initializes a new instance of the DoubleCollection class.

 See Also