ZedGraph LogoZedGraph Class Library Documentation
Fill Constructor (color, brush, type)
NamespacesZedGraphFillFillFillNew(Color, Brush, FillType)
Constructor that specifies the color, brush, and type for this fill.
Declaration Syntax
C#Visual BasicVisual C++
public Fill(
	Color color,
	Brush brush,
	FillType type
)
Public Sub New ( _
	color As Color, _
	brush As Brush, _
	type As FillType _
)
public:
Fill (
	Color color, 
	Brush^ brush, 
	FillType type
)
Parameters
color (Color)
The color of the fill for solid fills
brush (Brush)
A custom brush for fills. Can be a SolidBrush, LinearGradientBrush, or TextureBrush.
type (FillType)
The FillType for this fill.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621