<< Click to Display Table of Contents >> VpeChartDataSetMinimum |
VPE determines the minimum value of the numeric data stored in a ChartData object itself. You can change the minimum value with this method.
void VpeChartDataSetMinimum(
VpeHandle hDoc,
VpeHandle hData,
double minimum
)
VpeHandle hDoc
Document Handle
VpeHandle hData
handle of ChartData object
double minimum
the minimum value of the numeric data in a ChartData object
Remarks:
Because VPE compares - and maybe updates - the current determined minimum value with each value added by VpeChartDataAddValue(), you should call this method after you have finished adding values.