ZedGraph LogoZedGraph Class Library Documentation
IsTitleAtCross Property
NamespacesZedGraphAxisLabelIsTitleAtCross
Gets or sets a value that determines whether the Axis title is located at the Cross value or at the normal position (outside the Rect).
Declaration Syntax
C#Visual BasicVisual C++
public bool IsTitleAtCross{ get; set;}
Public Property IsTitleAtCross As Boolean
public:
property bool IsTitleAtCross {
	bool get ();
	void set (bool value);
}
Remarks
This value only applies if CrossAuto is false.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621