Click or drag to resize
ChartNodeSetGradient Method (Color)
Sets the value of the "Gradient" attribute.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetGradient(
	Color[] colorGradient
)

Parameters

colorGradient
Type: System.DrawingColor
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