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
Initializes the label of data series in a "Scatter" chart.
Example of series label:
Series label
Reminder By default, a graph has no label.
Linux Caution: In Linux, this function requires a specific configuration. For more details, see The charts.
New in SaaS
Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025.
Ejemplo
// Initializes the "Purchase" label of third data series in CHART_MyChart
CHART_MyChart.ScatterSeriesLabel(3, "Purchase")
Sintaxis
<Chart control>.ScatterSeriesLabel(<Series number> , <Label>)
<Chart control>: Control name
Name of the Chart control to use (in the window, page or report editor).
<Series number>: Integer
Number of the series for which a label will be initialized.
<Label>: Character string
Caption of label to initialize.
Observaciones
  • The label font can be modified by <Chart>.LabelFont.
  • The data defined by <Chart>.ScatterSeriesLabel will be taken into account during the next call to <Chart>.Draw.
  • <Chart>.ScatterSeriesLabel and <Chart>.SeriesLabel are equivalent.
    The syntax of <Chart>.SeriesLabel used with "Scatter" charts is as follows:
    <Chart control>.SeriesLabel(2*<Index>-1, <Label>)
    Reminder A "Scatter chart" uses data in groups of two series (for details, see function <Chart>.ScatterAddDataXY).
Componente: wd300grf.dll
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

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