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

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621