ComponentOne FinancialChart for UWP
C1.Xaml.Chart Namespace / TestSeries Class / TestSeries Constructor / TestSeries Constructor(Int32,Boolean)

In This Topic
    TestSeries Constructor(Int32,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       Optional ByVal npts As Integer, _
       Optional ByVal hasNaNs As Boolean _
    )
    public TestSeries( 
       int npts,
       bool hasNaNs
    )

    Parameters

    npts
    hasNaNs
    See Also