[]
        
(Showing Draft Content)

C1.iOS.Chart.TestSeries.-ctor

TestSeries Constructor

TestSeries(int, bool)

Create an instance of TestSeries.

Declaration
public TestSeries(int npts = 100, bool hasNaNs = false)
Parameters
Type Name Description
int npts
bool hasNaNs

TestSeries(double[], double[])

Create an instance of TestSeries.

Declaration
public TestSeries(double[] x, double[] y)
Parameters
Type Name Description
double[] x
double[] y