ZedGraph LogoZedGraph Class Library Documentation
Fill Constructor (blend, angle)
NamespacesZedGraphFillFillFillNew(ColorBlend, Single)
Constructor that creates a linear gradient multi-color-fill, setting Type to Brush using the specified colors. This gradient fill consists of many colors based on a ColorBlend object, drawn at the specified angle (degrees).
Declaration Syntax
C#Visual BasicVisual C++
public Fill(
	ColorBlend blend,
	float angle
)
Public Sub New ( _
	blend As ColorBlend, _
	angle As Single _
)
public:
Fill (
	ColorBlend^ blend, 
	float angle
)
Parameters
blend (ColorBlend)
The ColorBlend object that defines the colors and positions along the gradient.
angle (Single)
The angle (degrees) of the gradient fill

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621