ZedGraph LogoZedGraph Class Library Documentation
Fill Constructor (brush)
NamespacesZedGraphFillFillFillNew(Brush)
Constructor that creates a Brush fill, using a user-supplied, custom Brush. The brush will be scaled to fit the destination screen object unless you manually change IsScaled to false;
Declaration Syntax
C#Visual BasicVisual C++
public Fill(
	Brush brush
)
Public Sub New ( _
	brush As Brush _
)
public:
Fill (
	Brush^ brush
)
Parameters
brush (Brush)
The Brush to use for fancy fills. Typically, this would be a LinearGradientBrush or a TextureBrush class

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621