|
|
|
|
|
AutoRefresh (Property) In french: MAJAutomatique
The AutoRefresh property is used to: - Find out whether the data found in the series is automatically recalculated whenever grDraw is called.
- Modify series data recalculation mode.
GRF_MonGraphe[2].MAJAutomatic = True
Syntax
Finding out the calculation mode of a series Hide the details
<Result> = <Series used>.MAJAutomatic
<Result>: Boolean - True if the data found in the series is automatically recalculated during the call to grDraw,
- False otherwise.
<Series used>: Character string Series to use. Use the following notation: <Chart name>[<Series number>].
Modifying the calculation mode of a series Hide the details
<Series used>.MAJAutomatic = <New mode>
<Series used>: Character string Series to use. Use the following notation: <Chart name>[<Series number>]. <New mode>: Boolean - True so that the series is automatically recalculated each time the grDraw function is called,
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|