HistoricalDataRequest.BarSize Property

Gets or sets the size of the bar.
public Nullable<long> BarSize {get; set;}
This language is not supported or no code example is available.
public:  
property Nullable<long^> BarSize { 
Nullable<long^> get( ); 
void set( 
Nullable<long^> value 
); 
}
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Property Value

Nullable<long>

The size of the bar.

In this article

Definition