|
|
|
|
|
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
Sintaxis
Finding out the calculation mode of a series Ocultar los detalles
<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 Ocultar los detalles
<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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|