TChartSeries.MaxYValue
TChartSeries
function MaxYValue: TChartValue; virtual;
Unit
TeEngine
Description
The MaxYValue function returns the highest of all the current Series Y point values.
Some special Series types override this function to calculate the maximum Y value correctly.
For example the TBubbleSeries component calculates the highest Y + Radius point.