ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Chart properties
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
Legend (Property)
In french: Légende
The Legend property is used to:
  • Find out the label of a series.
  • Modify the label of a series.
Remark: This property is equivalent to grSeriesLabel.
Example
// Legend of series 2
CHART_MyChart[2].Legend = "Paris"
Syntax

Finding out the label of a series Hide the details

<Result> = <Series>.Legend
<Result>: Character string
Label of specified series.
<Series>: Character string
Series whose label is requested. Use the following notation: <Chart name>[<Series number>].

Modifying the label of a series Hide the details

<Series>.Legend = <New label>
<Series>: Character string
Series whose label must be modified. Use the following notation: <Chart name>[<Series number>].
<New label>: Character string
Label of specified series.
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help