TickSeries.Item (System.Int32) Property

Gets the Tick at the specified index.
public Tick this[ 
int index 
] {get;}
This language is not supported or no code example is available.
public:  
property Tick^ Item[int] { 
Tick^ get( 
int index 
); 
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

index
int

The index.

Property Value

Tick

Tick.

In this article

Definition