ZedGraph LogoZedGraph Class Library Documentation
Fill Constructor (colors)
NamespacesZedGraphFillFillFillNew(array<Color>[]())
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 an array of Color objects, drawn at an angle of zero (degrees). The array is used to create a ColorBlend object assuming a even linear distribution of the colors across the gradient.
Declaration Syntax
C#Visual BasicVisual C++
public Fill(
	Color[] colors
)
Public Sub New ( _
	colors As Color() _
)
public:
Fill (
	array<Color>^ colors
)
Parameters
colors (array<Color>[]())
The array of Color objects that defines the colors along the gradient.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621