TickSeries(String, String, Int32) Constructor

Initializes a new instance of the TickSeries class.
public TickSeries( 
string name = "", 
string description = "", 
int maxLength = -1 
)
This language is not supported or no code example is available.
public:  
TickSeries( 
String^ name
String^ description
int maxLength 
)
This language is not supported or no code example is available.
public function TickSeries( 
name : String
description : String
maxLength : int 
);
This language is not supported or no code example is available.

Parameters

name
string

The name.

description
string

maxLength
int

In this article

Definition