ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Chart functions
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).
<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
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/26/2023

Send a report | Local help