ChartDataSetMinimum

<< Click to Display Table of Contents >>

Navigation:  Charts >

ChartDataSetMinimum

Previous pageReturn to chapter overviewNext page

[VCL only]

VPE determines the minimum value of the numeric data stored in a Chart Data object itself. You can change the minimum value with this method.

method void VPE.ChartDataSetMinimum(

pointer hData,

double Minimum

)

pointer hData

handle to ChartData object

double Minimum

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