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
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
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