ZedGraph LogoZedGraph Class Library Documentation
IsBar Property
NamespacesZedGraphCurveItemIsBar
Determines whether this CurveItem is a BarItem. This does not include HiLowBarItem's or ErrorBarItem's.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsBar{ get;}
Public ReadOnly Property IsBar As Boolean
public:
property bool IsBar {
	bool get ();
}
Value
true for a bar chart, or false for a line or pie graph

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621