BarSeries.HighestLowBar (Int32, Int32) Method

Highests the low bar.
public Bar HighestLowBar( 
int index1
int index2 
)
This language is not supported or no code example is available.
public:  
Bar^ HighestLowBar( 
int index1
int index2 
)
This language is not supported or no code example is available.
public function HighestLowBar( 
index1 : int
index2 : int 
) : Bar;
This language is not supported or no code example is available.

Parameters

index1
int

The index1.

index2
int

The index2.

Return Value

Bar

Bar.

In this article

Definition