.. highlightlang:: us .. _xyisfillvisible: XYIsFillVisible =============== .. index:: XYIsFillVisible .. us.tag XYIsFillVisible ENGLISH XYGet :ref:`XYIsFillVisible` determines whether the area underneath the curve is filled with a solid color. .. function:: bFill = XYIsFillVisible(hData) .. us.return **Return Value** *bool* is TRUE (1), when the area under the curve is color filled and FALSE (0), if it is not. .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYShowFill`, :ref:`XYCreate` :sub:`id-124167`