ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DoubleArray Class / DoubleArray Constructor / DoubleArray Constructor(String)
Specifies the data as string.

In This Topic
    DoubleArray Constructor(String)
    In This Topic
    Initializes a new instance of the DoubleArray class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal data As String _
    )
    public DoubleArray( 
       string data
    )

    Parameters

    data
    Specifies the data as string.
    See Also