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:
Linux Caution: A specific configuration is required to use this function in Linux. For more details, see The charts.
Example
// Increase the depth of raised effect for CHART_MyChart
CHART_MyChart.Raised(7)
Syntax
<Chart control>.Raised(<Raised>)
<Chart control>: Control name
Name of the Chart control used 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 <Chart>.Raised will be taken into account during the next call to <Chart>.Draw.
Component: wd290grf.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/30/2023

Send a report | Local help