ZedGraph LogoZedGraph Class Library Documentation
Fill Constructor (brush, alignH, alignV)
NamespacesZedGraphFillFillFillNew(Brush, AlignH, AlignV)
Constructor that creates a Brush fill, using a user-supplied, custom Brush. This constructor will make the brush unscaled (see IsScaled), but it provides and parameters to control alignment of the brush with respect to the filled object.
Declaration Syntax
C#Visual BasicVisual C++
public Fill(
	Brush brush,
	AlignH alignH,
	AlignV alignV
)
Public Sub New ( _
	brush As Brush, _
	alignH As AlignH, _
	alignV As AlignV _
)
public:
Fill (
	Brush^ brush, 
	AlignH alignH, 
	AlignV alignV
)
Parameters
brush (Brush)
The Brush to use for fancy fills. Typically, this would be a LinearGradientBrush or a TextureBrush class
alignH (AlignH)
Controls the horizontal alignment of the brush within the filled object (see AlignH
alignV (AlignV)
Controls the vertical alignment of the brush within the filled object (see AlignV

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621