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
Initializes the label of data series in a "Scatter" chart.
Example of series label:
Series label
Reminder: By default, a chart has no label.
Linux Caution: A specific configuration is required to use this function in Linux. For more details, see The charts.
Example
// Initializes the "Purchase" label of third data series in CHART_MyChart
CHART_MyChart.ScatterSeriesLabel(3, "Purchase")
Syntax
<Chart control>.ScatterSeriesLabel(<Series number> , <Label>)
<Chart control>: Control name
Name of the Chart control to use (in the window, page or report editor).
PHP Only the interactive Chart controls are available.
<Series number>: Integer
Number of the series for which a label will be initialized.
<Label>: Character string
Caption of label to initialize.
Remarks
  • 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 the data in groups of two series (for more details, see <Chart>.ScatterAddDataXY).
Component: wd290grf.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/06/2023

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