TCandleSeries.MaxYValue

TCandleSeries.MaxYValue
TCandleSeries

function MaxYValue: Double; override;

Unit
CandleCh

Description
Candle series overrides this method to return the highest value from Open, Close, High and Low lists.

When Candle style is "csLine", this method simply returns the highest Close value.

The chart axis use this method when axis are automatic to adjust axis scales to candle data.