Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / TestSeries Class / TestSeries Constructor / TestSeries Constructor(Int32,Boolean)


In This Topic
    TestSeries Constructor(Int32,Boolean)
    In This Topic
    Create an instance of TestSeries.
    Syntax
    'Declaration
     
    
    Public Function New( _
       Optional ByVal npts As Integer, _
       Optional ByVal hasNaNs As Boolean _
    )
    'Usage
     
    
    Dim npts As Integer
    Dim hasNaNs As Boolean
     
    Dim instance As New TestSeries(npts, hasNaNs)
    public TestSeries( 
       int npts,
       bool hasNaNs
    )

    Parameters

    npts
    hasNaNs
    See Also