<< Click to Display Table of Contents >> ChartDataSetMaximum |
[VCL only]
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.
method void VPE.ChartDataSetMaximum(
pointer hData,
double Maximum
)
pointer hData
handle to ChartData object
double Maximum
the maximum value of the numeric data in a Chart Data object
Remarks:
Because VPE compares - and maybe updates - the current determined minimum value with each value added by ChartDataAddValue(), you should call this method after you have finished adding values.