XYSetFillColor sets the fill color for the area under the curve.
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
rvColorRGB is a vector with 3 elements:
| Value | Meaning |
|---|---|
| rvColorRGB[1] | Red (0-255) |
| rvColorRGB[2] | Green (0-255) |
| rvColorRGB[3] | Blue (0-255) |
Example
* XYSetFillColor(hData, [255, 255, 0])
* XYShowFill(hData, TRUE)
See also
Overview XY-Datasets, XYGetFillColor, XYIsFillVisible, XYCreate
id-516122