ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
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
grScatter3DAltitudeColor(CHART_My3DScatter, 1, LightRed, 100)
grScatter3DAltitudeColor(CHART_My3DScatter, 1, PastelBlue, 0)
Syntax
grScatter3DAltitudeColor(<Chart name> , <Series number> , <Color> , <Altitude>)
<Chart name>: Control name or character string
Name of 3D Scatter chart to use. This name can correspond to:
  • the chart name defined through programming with grCreate.
  • the name of the Chart control (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
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help