ZedGraph LogoZedGraph Class Library Documentation
AddYAxis Method (title)
NamespacesZedGraphGraphPaneAddYAxis(String)
Add a secondary YAxis (left side) to the list of axes in the Graph.
Declaration Syntax
C#Visual BasicVisual C++
public int AddYAxis(
	string title
)
Public Function AddYAxis ( _
	title As String _
) As Integer
public:
int AddYAxis (
	String^ title
)
Parameters
title (String)
The title for the YAxis.
Return Value
the ordinal position (index) in the YAxisList.
Remarks
Note that the primary YAxis 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