AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de gráficos
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
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/06/2023

Señalar un error o enviar una sugerencia | Ayuda local