|
|
|
|
grSeriesSecondaryAxis (Function) In french: grSérieAxeSecondaire Defines whether a series will be drawn on the secondary axis.
// 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.
<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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|