Click or drag to resize
ColorBlend Constructor (Color, Single, Object)
Create new instance of ColorBlend class.

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ColorBlend(
	Color[] colors,
	float[] positions,
	Object containerObject
)

Parameters

colors
Type: System.DrawingColor
Colors to add to the object.
positions
Type: SystemSingle
Positions of colors.
containerObject
Type: SystemObject
Container element
See Also