ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Note: This property is equivalent to the grAutoRefreshSeries function.
Example
// Automatic graph recalculation for series 2
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.
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help