AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de los 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
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.
Versión mínima requerida
  • Versión 10
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 03/07/2023

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