Previous topic

XYGetErrorbarConfig

Next topic

XYGetFilterFunctions

This Page

XYGetFillColorΒΆ

XYGetFillColor returns fill color for the area under the curve.

rvColorRGB = XYGetFillColor(hData)

Return Value

rvColorRGB is a vector with 3 elements:

Value Meaning
rvColorRGB[1] Red (0-255)
rvColorRGB[2] Green (0-255)
rvColorRGB[3] Blue (0-255)

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-1903521