Click or drag to resize
Fill Constructor (Color, Color, ChartFillMode)
Create new instance of FillStyle class.

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Fill(
	Color mainColor,
	Color secondColor,
	ChartFillMode fillMode
)

Parameters

mainColor
Type: System.DrawingColor
Main color
secondColor
Type: System.DrawingColor
Second color
fillMode
Type: Kettic.AspNet.Controls.ChartModel.StylesChartFillMode
One of FillMode values(Solid, Gradient, ComplexGradient, Image,Hatch)
See Also