Click or drag to resize
FillSettings Constructor (GradientMode, Single, ColorBlend)
Constructor for FillSettings for the Linear gradient fill mode

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 FillSettings(
	GradientMode lgMode,
	float lgAngle,
	ColorBlend blend
)

Parameters

lgMode
Type: Kettic.AspNet.Controls.ChartModel.StylesGradientMode
Linear gradient fill mode
lgAngle
Type: SystemSingle
Linear gradient fill angle
blend
Type: Kettic.AspNet.Controls.ChartModelColorBlend
Specifies the blend colors for Gradient fill
See Also