ZedGraph LogoZedGraph Class Library Documentation
Fill Constructor (blend)
NamespacesZedGraphFillFillFillNew(ColorBlend)
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. The gradient angle is defaulted to zero.
Declaration Syntax
C#Visual BasicVisual C++
public Fill(
	ColorBlend blend
)
Public Sub New ( _
	blend As ColorBlend _
)
public:
Fill (
	ColorBlend^ blend
)
Parameters
blend (ColorBlend)
The ColorBlend object that defines the colors and positions along the gradient.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621