Click or drag to resize
ChartNodeGetGradient Method
Returns the value of the "Gradient" attribute.

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

Return Value

Type: Color
A Color[4] array which contains the color value of the "Gradient" attribute.
Remarks
The array is of length four, containing {colorLL, colorLR, colorUR, colorUL}. By default, GetGradient = null.
See Also