ZedGraph LogoZedGraph Class Library Documentation
AddY2Axis Method (title)
NamespacesZedGraphGraphPaneAddY2Axis(String)
Add a secondary Y2Axis (right side) to the list of axes in the Graph.
Declaration Syntax
C#Visual BasicVisual C++
public int AddY2Axis(
	string title
)
Public Function AddY2Axis ( _
	title As String _
) As Integer
public:
int AddY2Axis (
	String^ title
)
Parameters
title (String)
The title for the Y2Axis.
Return Value
the ordinal position (index) in the Y2AxisList.
Remarks
Note that the primary Y2Axis is always included by default. This method turns off the MajorTic and MinorTicIsOpposite and IsInside properties by default.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621