.. highlightlang:: us .. _xyshowfill: XYShowFill ========== .. index:: XYShowFill .. us.tag XYShowFill ENGLISH XYSet :ref:`XYShowFill` turns the color fill for the area under the curve on or off. .. function:: bool = XYShowFill(hData, bFill) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. uparam:: bFill *bFill* is TRUE (1), when the area under the curve should be filled and otherwise FALSE (0). .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYIsFillVisible`, :ref:`XYSetFillColor`, :ref:`XYCreate` :sub:`id-141325`