Click or drag to resize
ColorBlendGetBrush Method
Returns gradient brush

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 LinearGradientBrush GetBrush(
	RectangleF rectangle,
	float angle
)

Parameters

rectangle
Type: System.DrawingRectangleF
Rectangle of brush
angle
Type: SystemSingle
Angle of brush.

Return Value

Type: LinearGradientBrush
Gradient brush
See Also