YAxis Property
Syntax
Set CWPlot.YAxis
Data Type
Purpose
Specifies the y axis for a plot.
Remarks
You can set this property to any Y CWAxis object in the CWGraph.Axes collection. Use the Visual Basic Set function to assign a CWAxis object to this property.
Example
'Associate a third axis (second y axis) with second plot
Set CWGraph1.Plots(2).YAxis = CWGraph1.Axes(3)