XYIsFillVisibleΒΆ

XYIsFillVisible determines whether the area underneath the curve is filled with a solid color.

bFill = XYIsFillVisible(hData)

Return Value

bool is TRUE (1), when the area under the curve is color filled and FALSE (0), if it is not.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-124167