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
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
grSeriesSecondaryAxis(GRF_MyChart, 2, True)
Syntax
grSeriesSecondaryAxis(<Chart name> , <Series number> , <Position>)
<Chart name>: Control name or character string
Name of the chart to be used. This name corresponds to:
  • the chart name defined through programming with grCreate.
  • the name of Chart control.
Android Only Chart controls are available.
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
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help