[]
        
(Showing Draft Content)

FarPoint.Web.Chart.GradientFill

GradientFill Class

Represents a fill that uses a two color linear gradient.

Inheritance
GradientFill
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class GradientFill : Fill
Public Class GradientFill
    Inherits Fill

Constructors

Name Description
GradientFill(Color, Color)

Creates a new gradient fill with the specified colors.

GradientFill(Color, Color, GradientStyle)

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

Properties

Name Description
Color0

Gets the start color of the gradient.

Color1

Gets the end color of the gradient.

Style

Gets the direction of the gradient.