Sets the value of the "Gradient" attribute.
Color
value which specifies the color of the lower left corner. Color
value which specifies the color of the lower right corner. Color
value which specifies the color of the upper right corner. Color
value which specifies the color of the upper left corner. This attribute defines a color gradient used to fill regions. Only two of the four colors given are actually used.
Parameter Values | Result |
---|---|
colorLL==colorLR and colorUL==colorUR | A vertical gradient is drawn. |
colorLL==colorUL and colorLR==colorUR | A horizontal gradient is drawn. |
colorLR== null and colorUL== null | A diagonal gradient is drawn. |
colorLL== null and colorUR== null | A diagonal gradient is drawn. |
ChartNode Class | Imsl.Chart2D Namespace | ChartNode.SetGradient Overload List