<< Click to Display Table of Contents >> Maximum |
[ActiveX, .NET, Java, PHP, etc., method of the TVPEChartData object]
VPE determines the maximum value of the numeric data stored in a Chart Data object itself. You can change the maximum value with this method.
property double TVPEChartData.Maximum
write; runtime only
Possible Values:
the maximum value of the numeric data of the Chart Data object
Remarks:
Because VPE compares - and maybe updates - the current determined minimum value with each value added by TVPEChartData.AddValue(), you should call this method after you have finished adding values.