ZedGraph LogoZedGraph Class Library Documentation
IsAxisSegmentVisible Property
NamespacesZedGraphAxisIsAxisSegmentVisible
Gets or sets a property that determines whether or not the axis segment (the line that represents the axis itself) is drawn.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsAxisSegmentVisible{ get; set;}
Public Property IsAxisSegmentVisible As Boolean
public:
property bool IsAxisSegmentVisible {
	bool get ();
	void set (bool value);
}
Remarks
Under normal circumstances, this value won't affect the appearance of the display because the Axis segment is overlain by the Axis border (see Border). However, when the border is not visible, or when CrossAuto is set to false, this value will make a difference.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621