.. highlightlang:: us .. index:: XYSetStacked .. _xysetstacked: XYSetStacked ============ .. us.tag XYSetStacked NOTREADYENGLISH XYSet New5600 :ref:`XYSetStacked` specifies, if the dataset (bar) is stacked on the previous dataset. Only used in a category plot. .. function:: bool = XYSetStacked(hData, bStacked) .. us.return **Return Value** Is TRUE (1), if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. uparam:: bStacked *bStacked* .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2014.0 - New. .. seealso:: :ref:`Overview-XY-Datasets`, :ref:`XYGetStacked` :sub:`id-1487868`