ZedGraph LogoZedGraph Class Library Documentation
Fill Constructor (color1, color2, color3, angle)
NamespacesZedGraphFillFillFillNew(Color, Color, Color, Single)
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,
	float angle
)
Public Sub New ( _
	color1 As Color, _
	color2 As Color, _
	color3 As Color, _
	angle As Single _
)
public:
Fill (
	Color color1, 
	Color color2, 
	Color color3, 
	float angle
)
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
angle (Single)
The angle (degrees) of the gradient fill

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621