AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de gráficos
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
Defines the different colors used according to the altitude levels of a series found in a 3D Scatter chart.
Example
CHART_My3DScatter.Scatter3DAltitudeColor(1, LightRed, 100)
CHART_My3DScatter.Scatter3DAltitudeColor(1, PastelBlue, 0)
Syntax
<Chart control>.grScatter3DAltitudeColor(<Series number> , <Color> , <Altitude>)
<Chart control>: Control name
Name of the Chart control to use (in the window editor).
<Series number>: Integer
Number of the series to use.
<Color>: Integer or Integer constant
Color for the specified altitude. This color can correspond to:
<Altitude>: Real
Altitude for which the color will be applied.
Remarks
If altitude colors are specified, the points found at this altitude will be colored accordingly.
For the points found between two colors, a linear gradient will be applied.
For the points found outside color bounds, the color of series will be applied.
Component: wd290grf.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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