ZedGraph LogoZedGraph Class Library Documentation
GetXAxis Method (pane)
NamespacesZedGraphCurveItemGetXAxis(GraphPane)
Get the X Axis instance (either XAxis or X2Axis) to which this CurveItem belongs.
Declaration Syntax
C#Visual BasicVisual C++
public Axis GetXAxis(
	GraphPane pane
)
Public Function GetXAxis ( _
	pane As GraphPane _
) As Axis
public:
Axis^ GetXAxis (
	GraphPane^ pane
)
Parameters
pane (GraphPane)
The GraphPane object to which this curve belongs.
Return Value
Either a XAxis or X2Axis to which this CurveItem belongs.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621