Sets the value of the "Gradient" attribute.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void SetGradient(
	Color[] colorGradient
)
Visual Basic (Declaration)
Public Overridable Sub SetGradient ( _
	colorGradient As Color() _
)
Visual C++
public:
virtual void SetGradient(
	array<Color>^ colorGradient
)

Parameters

colorGradient
Type: array< System.Drawing..::.Color >[]()[]
A Color[4] containing the colors at the lower left, lower right, upper right and upper left corners of the bounding box of the regions being filled.

See Also