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
  • Source of category labels
  • Source of series
  • Options of selected series
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
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels.
Source of category labels
The category labels are the labels representing the categories displayed in the chart.
The category labels are displayed:
  • below the horizontal marks for Line and Stock charts (Candlestick and BarCharts),
  • below the X-axis for Column and MinMax charts.
Category labels
You can choose:
  • the source:
    • Filled through programming,
    • Browse performed on a data file or query,
    • Table column,
      PHP Not available.
    • List Box control,
      PHP Not available.
    • WLanguage array.
      PHP Not available.
  • the data. The information to give depend on the selected source.
Note: In a report, the available data sources are:
  • Filled through programming,
  • Browse performed on a data file or query,
  • WLanguage array,
  • Report data source.
Source of series
The source of series corresponds to the mode for storing the series taken into account by the chart.
You can:
  • add a series into the array via the "+" button.
  • modify the caption, the source and the data in the array.
The available sources and the associated data are:
Data sourceExpected data
Populated programmaticallyInitial values of series. The values must be separated by a carriage return or by a ";".
Browse through a file or querySource item, chosen among the data files described in the analysis.
Table columnName of source column.
PHP Not available.
List Box controlName of List Box control.
PHP Not available.
WLanguage arrayName of WLanguage array, type of array and name of column or member to browse.
PHP Not available.
WINDEViPhone/iPad Trendline
Type of line to define in the options of the series. You can use:
  • a trend line of constant type. All you have to do is specify the value in the options of the selected series.
  • a trend line of mean type. All you have to do is specify the reference series.
  • a trend line of linear regression type. All you have to do is specify the reference series.
    Note: This type of trend line only works with a single series..
  • a trend line of quadratic regression type. All you have to do is specify the reference series.
Options of selected series
Specific options can be defined for each series selected in the array of series:
  • Tipo de serie: Type of graph associated with the series. By default, this parameter corresponds to the type of chart displayed in the control (defined in the "General" tab).
    WINDEViPhone/iPad To create composite charts, you have the ability to choose different types of charts for each series.
  • Color: Series color.
  • Opacidad: Percentage of series opacity.
  • Tipo de punto: Point shape (circle, square, etc.). You have the ability not to draw the point.
  • Navegar por la fuente de datos cada vez que se realice un dibujo para actualizar los valores.: This option updates the graph data each time the graph is redrawn (displayed)..
  • Usar escala secundaria: The series will be displayed using the secondary scale..
Depending on the selected type of series (Line, Area, Scatter and Column chart), properties can be defined or overridden according to the type of chart defined in the "General" tab.
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