ZedGraph LogoZedGraph Class Library Documentation
Fill Constructor (color1, color2, color3)
NamespacesZedGraphFillFillFillNew(Color, Color, Color)
Constructor that creates a linear gradient color-fill, setting Type to Brush using the specified colors. This gradient fill consists of three colors.
Declaration Syntax
C#Visual BasicVisual C++
public Fill(
	Color color1,
	Color color2,
	Color color3
)
Public Sub New ( _
	color1 As Color, _
	color2 As Color, _
	color3 As Color _
)
public:
Fill (
	Color color1, 
	Color color2, 
	Color color3
)
Parameters
color1 (Color)
The first color for the gradient fill
color2 (Color)
The second color for the gradient fill
color3 (Color)
The third color for the gradient fill

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621