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 / Funciones WLanguage / Controles, páginas y ventanas / Funciones de gráficos
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
Enables or disables the display of color gradients in a chart.
Reminder: By default, graph colors are graded.
Linux Caution: Using this function under Linux requires a specific configuration.. For more details, see The charts.
Ejemplo
// Graphe créé par programmation
grCreate("MonGraphe", grCandleStick)
...
// Désactive les dégradés de couleurs
grGradient("MonGraphe", False)
// Champ Graphe
// Désactive les dégradés de couleurs
grGradient(GRF_MonGraphe, False)
Sintaxis
grGradient(<Chart name> , <Gradient>)
<Chart name>: Control name or character string
Name of the chart to be used. This name corresponds to:
  • the name of the chart defined programmatically with grCreate.
  • the name of the Chart control in the window, page or report editor.
Android Only Chart controls are available.
PHP Only interactive Chart controls are available.
<Gradient>: Boolean
  • True to display the chart by using the color gradients,
  • False otherwise.
Observaciones
  • The charts display the color gradients by default. The color gradients can be displayed by all the types of charts.
  • The settings defined with grGradient will be taken into account next time grDraw is called.
  • During the print, the gradient mode will not be taken into account for the Pie charts.
Componente: wd300grf.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

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