ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / 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 System.Integer, _
       Optional ByVal hasNaNs As System.Boolean _
    )
    public TestSeries( 
       System.int npts,
       System.bool hasNaNs
    )

    Parameters

    npts
    hasNaNs
    See Also