AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de gráficos
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Pulls out a section (or all sections) in a chart. This function can be used on Pie charts, on Donut charts and on Semi-circular charts.
Example of pulled-out section in a chart:
Pulled-out section
Remark: Each part of the graph can be eccentric independently of the others.
Linux Caution: Using this function under Linux requires a specific configuration.. For more details, see The charts.
Ejemplo
// Pull out the second section by 10 pixels in "MyChart"
// (Chart created through programming)
grPiePullOut("MyChart", 2, 10)
// Pull out the third section by 20 pixels in "CHART_MyChart"
grPiePullOut(CHART_MyChart, 3, 20)
Sintaxis

Eccentricity on one side Ocultar los detalles

grPiePullOut(<Chart name> , <Section subscript> , <Offset>)
<Chart name>: Control name or character string
Name of the chart to be used. This name corresponds to:
  • the name of the chart defined programmatically with grCreate.
  • the name of the Chart control in the window, page or report editor.
Android Only Chart controls are available.
PHP Only interactive Chart controls are available.
<Section subscript>: Integer
Index of section to pull out.
<Offset>: Integer
Offset of specified section (in pixels).

Eccentricity on all sides Ocultar los detalles

grPiePullOut(<Chart name> , <Offset>)
<Chart name>: Control name or character string
Name of the chart to be used. This name corresponds to:
  • the name of the chart defined programmatically with grCreate.
  • the name of the Chart control in the window, page or report editor.
Android Only Chart controls are available.
PHP Only interactive Chart controls are available.
<Offset>: Integer
Offset of different sections (in pixels).
Observaciones
  • Pulling out a chart section has no effect on the charts other than the Pie charts, the Donut charts and the Semi-circular charts.
    Android Semi-circular charts are not available.
  • Any changes made with grPiePullOut will take effect the next time grDraw is called.
Componente: wd300grf.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

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