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
Modifies the opacity factor of a series in a chart.
Example
// Passe le pourcentage d'opacité de la série 1 à 50%
GRF_MonGraphe.OpacitéSérie(1, 50)
Syntax
<Chart control>.SeriesOpacity(<Series number> , <Percentage of opacity>)
<Chart control>: Control name
Name of the Chart control used (in the window or report editor).
<Series number>: Integer
Number of the series for which the opacity must be modified.
<Percentage of opacity>: Integer
Percentage of opacity for the series. This percentage is included between 0 (series entirely invisible) and 100 (series entirely opaque).
Remarks
  • The change of opacity is taken into account by all types of charts.
  • The opacity defined for the series has priority over the global opacity defined for the Chart control (Opacity).
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