MindFusion.Charting Programmer's Guide

DoubleCollection Constructor (Double[])

See Also
 





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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public DoubleCollection (
    double[] values
)

Visual Basic  Copy Code

Public New ( _
    values() As Double _
)

JavaScript  Copy Code

function DoubleCollection (values)

 Parameters

values

 See Also