ZedGraph LogoZedGraph Class Library Documentation
Bar Constructor (color)
NamespacesZedGraphBarBarBarNew(Color)
Default constructor that sets the Color as specified, and the remaining Bar properties to default values as defined in the Bar..::Default class. The specified color is only applied to the Color, and the Color will be defaulted.
Declaration Syntax
C#Visual BasicVisual C++
public Bar(
	Color color
)
Public Sub New ( _
	color As Color _
)
public:
Bar (
	Color color
)
Parameters
color (Color)
A Color value indicating the Color of the Bar.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621