TCandleSeries.MinYValue
TCandleSeries
function MinYValue: Double; override;
Unit
CandleCh
Description
Candle series overrides this method to return the lowest value from Open, Close, High and Low lists.
When Candle style is "csLine", this method simply returns the lowest Close value.
The chart axis use this method when axis are automatic to adjust axis scales to candle data.