TickSeries.Add Method

Adds the specified tick.
public void Add( 
Tick tick 
)
This language is not supported or no code example is available.
public:  
void Add( 
Tick^ tick 
)
This language is not supported or no code example is available.
public function Add( 
tick : Tick 
);
This language is not supported or no code example is available.

Parameters

tick
Tick

The tick.

In this article

Definition