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>.SeriesSecondaryAxis (Function)
In french: <Graphe>.SérieAxeSecondaire
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.
<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 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help