TimeSeries(String, String, Int32, Int32) Constructor

Initializes a new instance of the TimeSeries class.
public TimeSeries( 
   string name
   string description = ""
   int id = -1, 
   int maxLength = -1 
)

Parameters

name
string

The name.

description
string

The description.

id
int

maxLength
int

In this article

Definition