[]
        
(Showing Draft Content)

FarPoint.Web.Chart.GradientFill.-ctor

GradientFill Constructor

GradientFill(Color, Color)

Creates a new gradient fill with the specified colors.

Declaration
public GradientFill(Color color0, Color color1)
Public Sub New(color0 As Color, color1 As Color)
Parameters
Type Name Description
Color color0

Start color of the gradient

Color color1

End color of the gradient

GradientFill(Color, Color, GradientStyle)

Creates a new gradient fill with the specified colors and the specified style of gradient.

Declaration
public GradientFill(Color color0, Color color1, GradientStyle style)
Public Sub New(color0 As Color, color1 As Color, style As GradientStyle)
Parameters
Type Name Description
Color color0

Start color of the gradient

Color color1

End color of the gradient

GradientStyle style

Style of gradient