Minimum

<< Click to Display Table of Contents >>

Navigation:  Charts >

Minimum

Previous pageReturn to chapter overviewNext page

[ActiveX, .NET, Java, PHP, etc., method of the TVPEChartData object]

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.

property double TVPEChartData.Minimum

write; runtime only

Possible Values:

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