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
Defines whether a series will be drawn on the secondary axis.
Linux Caution: A specific configuration is required to use this function in Linux. For more details, see The charts.
Example
// Places the series 2 of GRF_MyCHart on the secondary axis
CHART_MyChart.SeriesSecondaryAxis(2, True)
Syntax
<Chart control>.SeriesSecondaryAxis(<Series number> , <Position>)
<Chart control>: Control name
Name of the Chart control to be used.
PHP Only the interactive Chart controls are available.
<Series number>: Integer
Number of the series to modify.
<Position>: Boolean
  • True to place the series on the secondary axis,
  • False otherwise.
Remarks
  • This function can only be used on the charts with axes. It does not operate with the Pie, Radar or Funnel charts.
  • This function is equivalent to the SecondaryAxis property.
Component: wd290grf.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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