Returns the value of the "Gradient" attribute.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual Color[] GetGradient() |
Visual Basic (Declaration) |
---|
Public Overridable Function GetGradient As Color() |
Visual C++ |
---|
public: virtual array<Color>^ GetGradient() |
Return Value
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.