AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// Automatic graph recalculation for series 2
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.
Versión mínima requerida
  • Versión 10
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local