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
<Chart>.AutoRefreshCategoryLabel (Function)
In french: <Graphe>.MAJAutomatiqueEtiquetteCatégorie
Identifies or defines whether the category labels are refreshed whenever the chart is drawn. In this case, the content of the series is automatically recalculated whenever <Chart>.Draw is called. The category labels are refreshed if necessary.
Use example: a series in a chart is used as reference series: this series is not automatically refreshed.
Linux Caution: A specific configuration is required to use this function in Linux. For more details, see The charts.
Example
// Chart control
IF CHART_MyChart.AutoRefreshCategoryLabel() = True THEN
CHART_MyChart.Draw()
END
Syntax

Identifying the mode used to refresh the category labels Hide the details

<Result> = <Chart control>.AutoRefreshCategoryLabel()
<Result>: Boolean
Current mode for refreshing the category labels:
  • True if the labels are automatically refreshed,
  • False otherwise.
<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.

Defining the mode to refresh the category labels Hide the details

<Chart control>.AutoRefreshCategoryLabel(<Automatic refresh>)
<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.
<Automatic refresh>: Boolean
  • True for an automatic refresh,
  • False otherwise.
Remarks
  • If the category labels are in automatic mode, the category labels will be automatically recalculated during the next call to <Chart>.Draw.
  • If the category labels are not in automatic mode, the category labels will be recalculated during the next call to <Chart>.SourceCategoryLabel.
Component: wd290grf.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help