VpeChartDataSetMaximum

<< Click to Display Table of Contents >>

Navigation:  Charts >

VpeChartDataSetMaximum

Previous pageReturn to chapter overviewNext page

VPE determines the maximum value of the numeric data stored in a ChartData object itself. You can change the maximum value with this method.

void VpeChartDataSetMaximum(

VpeHandle hDoc,

VpeHandle hData,

double maximum

)

VpeHandle hDoc

Document Handle

VpeHandle hData

handle of ChartData object

double maximum

the maximum 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.