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 / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Gráfico
  • Overview
  • Type of chart and associated characteristics
  • X-axis and Y-axis
  • Marker and gridlines
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
Overview
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control.
Type of chart and associated characteristics
You can select the type of chart in the "General" tab.
The available options depend on the selected type of chart:
  • Sector / Doughnut / Hemicycle / Multi-level sector
    • Efecto de relieve: Raised effect that can be applied to the chart. Depending on the charts, you have the ability to give a simple effect (by specifying the depth, in pixels) or a 3D effect.
      WEBDEV - Código ServidorAndroidPHP This option is not available.
    • Ángulo inicial (en grados): : Angle used for the beginning of the first section.
    • Mostrar etiquetas de categoría: Used to display (or not) the category labels.
    • Tamaño del agujero (en porcentaje): (Doughnut and multi-level sector only): Hole size displayed in center of graph.
    • Mostrar porcentajes: Used to display the percentages of each section, by specifying the format used.
    • Desplaz. explosión (en pixeles): : Used to pull out the chart sections.
  • Column/Horizontal Column
    • Efecto de relieve: Raised effect that can be applied to the chart. Depending on the charts, you have the ability to give a simple effect (by specifying the depth, in pixels) or a 3D effect.
      WEBDEV - Código ServidorAndroidPHP This option is not available.
    • Disposición: Bar arrangement: grouped, stacked or in depth. You also have the ability to use cylindrical bar (but not rectangular ones).
  • Line/Area/Scatter
    • Efecto de relieve: Raised effect that can be applied to the chart. Depending on the charts, you have the ability to give a simple effect (by specifying the depth, in pixels) or a 3D effect.
      WEBDEV - Código ServidorAndroidPHP This option is not available.
    • Suavizar serie: Used to smooth a chart via the "cubic splines" method.
      Android This option is not available.
    • Point size
    • Dibujar valores faltantes: missing values may be ignored, not drawn or be represented as 0.
  • Bubble chart
    • Efecto de relieve: Raised effect that can be applied to the chart. Depending on the charts, you have the ability to give a simple effect (by specifying the depth, in pixels) or a 3D effect.
      WEBDEV - Código ServidorAndroidPHP This option is not available.
    • Size of bubbles (in percentage)
    • Mostrar etiquetas de categoría: Used to display (or not) the category labels.
    • Allows you to specify what the series value represents: bubble area, bubble radius or bubble volume..
  • Surface:
    • Efecto de relieve: Raised effect that can be applied to the chart. Depending on the charts, you have the ability to give a simple effect (by specifying the depth, in pixels) or a 3D effect.
      WEBDEV - Código ServidorAndroidPHP This option is not available.
    • Rotación del eje X (grados): Define the chart rotation.
    • Rotación del eje Y (grados): Define the chart rotation.
    • Rotación del eje Z (grados): Define the chart rotation.
    • Mostrar una malla en la superficie: Enables or disables the mesh on a Surface chart.
    • Girar con el ratón (gráficos con menos de 10.000 puntos): Enables (or not) the ability for the user to perform a chart rotation with the mouse.
  • Radar
    • Mostrar líneas de cuadrícula: Enables (or not) the display of gridlines on the chart.
    • Mostrar etiquetas de categoría: Used to display (or not) the category labels.
    • Tamaño de los puntos: Defines the size of points.
  • Funnel
    • Efecto de relieve: Raised effect that can be applied to the chart. Depending on the charts, you have the ability to give a simple effect (by specifying the depth, in pixels) or a 3D effect.
      WEBDEV - Código ServidorAndroidPHP This option is not available.
    • Ancho del cuello (%) / Alto del cuello (%): funnel tip characteristics.
    • Ocultar primer valor: You have the ability to display (or not) the total value in the Funnel chart.
    • Mostrar etiquetas de categoría: Used to display (or not) the category labels.
    • Espacio entre las secciones: : Spacing between the different funnel sections.
    • Portion size: Portion sizes can be:
      • Proportional to area: The value is symbolized by the area of the funnel portion.
      • Proportional to height: The value is symbolized by the height of the funnel portion.
  • Candlestick/Barchart/MinMax
    • Efecto de relieve: Raised effect that can be applied to the chart. Depending on the charts, you have the ability to give a simple effect (by specifying the depth, in pixels) or a 3D effect.
      WEBDEV - Código ServidorAndroidPHP This option is not available.
    • Barras cilíndricas (3D): Ability to use cylindrical bar (but not rectangular ones).
WINDEViPhone/iPad For a composite chart, you have the ability to define a type of chart associated with each series and to configure the display options of the series.
X-axis and Y-axis
It is possible to define the following elements for the X and Y axes:
  • Título del eje: This title will be displayed along the X or Y axis..
  • Marcas: If default scaling is selected, scaling will be calculated based on the data.. You have the ability to choose a value in the list or to enter your own value.
  • Orientación de las marcas del eje X: Graduation labels can be oriented horizontally, vertically or automatically.. In this last case, the orientation is defined by taking the control size and the mark length into account.
  • Minimum and maximum axis values Extreme axis values. If these values correspond to "Default", they are defined from the data found in the different chart series. You can enter a value or select one of the proposed values.
  • Spacing of graduations on X axis in pixels: corresponds to spacing between column charts.
    Note: This option is not available in the report editor..
  • Escala del eje X adaptada a la fecha/hora (grAddTimeData): Allows use of a time scale.
    This option operates with Date or DateTime data coming from a Table control or from an HFSQL item. This option cannot be used with a series populated programmatically.
  • Y-axis scale format: Scale display mask.
  • Escala logarítmica
    Android This option is not available.
Marker and gridlines
You can use:
  • an orthonormal marker. The available options are as follows:
    • Non-orthonormal: the X and Y axes are graduated in different units..
    • Orthonormal (primary axis only): X and Y axes are graduated in the same units..
    • Orthonormal (primary and secondary axes): X and Y axes are graduated with the same units, as is the cross axis.
  • a horizontal and/or vertical gridlines.
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: 20/09/2024

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