ZedGraph LogoZedGraph Class Library Documentation
GetCrossAxis Method (pane)
NamespacesZedGraphXAxisGetCrossAxis(GraphPane)
Gets the "Cross" axis that corresponds to this axis.
Declaration Syntax
C#Visual BasicVisual C++
public override Axis GetCrossAxis(
	GraphPane pane
)
Public Overrides Function GetCrossAxis ( _
	pane As GraphPane _
) As Axis
public:
virtual Axis^ GetCrossAxis (
	GraphPane^ pane
) override
Parameters
pane (GraphPane)
A reference to the GraphPane object that is the parent or owner of this object.
Remarks
The cross axis is the axis which determines the of this Axis when the Axis.Cross property is used. The cross axis for any XAxis or X2Axis is always the primary YAxis, and the cross axis for any YAxis or Y2Axis is always the primary XAxis.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621