Spread for ASP.NET 12 Product Documentation
GradientFill Constructor(Color,Color)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > GradientFill Class > GradientFill Constructor : GradientFill Constructor(Color,Color)
Start color of the gradient
End color of the gradient
Creates a new gradient fill with the specified colors.
Syntax
'Declaration
 
Public Function New( _
   ByVal color0 As Color, _
   ByVal color1 As Color _
)
'Usage
 
Dim color0 As Color
Dim color1 As Color
 
Dim instance As New GradientFill(color0, color1)
public GradientFill( 
   Color color0,
   Color color1
)

Parameters

color0
Start color of the gradient
color1
End color of the gradient
See Also

Reference

GradientFill Class
GradientFill Members
Overload List