ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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 the mode for recalculating the data found in the series.
Remark: This property is equivalent to grAutoRefreshSeries.
Example
// Automatically recalculate the chart for series 2
CHART_MyChart[2].AutoRefresh = True
Syntax

Finding out the calculation mode of a series Hide the details

<Result> = <Series used>.AutoRefresh
<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 syntax: <Chart name>[<Series number>].

Modifying the calculation mode of a series Hide the details

<Series used>.AutoRefresh = <New mode>
<Series used>: Character string
Series to use. Use the following syntax: <Chart name>[<Series number>].
<New mode>: Boolean
  • True to automatically recalculate the series whenever grDraw is called,
  • False otherwise.
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/02/2023

Send a report | Local help