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
Displays a chart with raised effect. Simply specify the depth of the effect. All types of charts can be displayed with a raised effect.
Example of chart with raised effect:
Example
// Increase the depth of raised effect for "MyChart" (created through programming)
grRaised("MyChart", 5)
// Increase the depth of raised effect for CHART_MyChart
grRaised(CHART_MyChart, 7)
Syntax
grRaised(<Chart name> , <Raised>)
<Chart name>: Control name or character string
Name of the chart to be used. This name corresponds to:
  • the chart name defined through programming with grCreate.
  • the name of the Chart control in the window, page or report editor.
<Raised>: Integer
Depth of raised effect (in pixels). We advise you not to use a high raised effect in order for the chart to be displayed properly.
If this parameter is equal to 0, the chart is displayed in two dimensions (no raised effect).
Remarks
  • All types of charts can be displayed with a raised effect.
  • The data defined by grRaised will be taken into account during the next call to grDraw.
Component: wd290grf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Exemplo grRaised
Exemplo grRaised

EDT_grRaised1++
grRaised(CHART_tecnico, EDT_grRaised1)
grDraw(CHART_tecnico)

//Blog com Video e Exemplo

http://windevdesenvolvimento.blogspot.com.br/2016/12/aula-989-windev-grafico-008-grraised.html

https://www.youtube.com/watch?v=RAfXXj6Ubzc


De matos
07 Dec. 2016

Last update: 06/21/2023

Send a report | Local help