XYShowFillΒΆ

XYShowFill turns the color fill for the area under the curve on or off.

bool = XYShowFill(hData, bFill)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

bFill

bFill is TRUE (1), when the area under the curve should be filled and otherwise FALSE (0).

id-141325