|
|
|
|
|
<Graphe>PIVMaximumValue (Function) In french: <Chart>.PPCMaximumValue Allows you to specify the maximum graph value for automatic calculation of percentages in a "Percentage imaged" graph. ImageGraphe is Image = "rocket.png"
GRF_Percentage.deleteSeries(1)
nSum is an integer
FOR ALL TABLE LINES_Series
nValue is an integer = COL_Data
nSum += nValue
GRF_Percentage.AddData(1, nValue)
END
GRF_Percentage.PIVMaximumValue(nSum)
GRF_Percentage.PIImage(ImageGraph)
GRF_Percentage.Draw()
Syntax
<Chart control>.PIVimumValue(<Maximum value>)
<Chart control>: Control name Name of Chart control in window or page editor.
<Maximum value>: Real New maximum value to be applied. This value must be positive. This value is set to 100 by default, so the data is expressed as a percentage. When this value is changed, the chart data is automatically recalculated. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|