.. highlightlang:: us .. _xyzset3dscatterbarwidth: XYZSet3DScatterBarWidth ======================= .. index:: XYZSet3DScatterBarWidth .. us.tag XYZSet3DScatterBarWidth ENGLISH XYZSet_3d :ref:`XYZSet3DScatterBarWidth` sets the width of a 3D scatter bar in a percentage of the diagram size. .. function:: bool = XYZSet3DScatterBarWidth(hData, rsWidth) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: rsWidth *rsWidth* is the size of 3D bar in percent of the diagram size. .. uparam:: hData A handle for a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZSet3DSurfaceType`, :ref:`XYZGet3DScatterBarWidth`, :ref:`XYZCreate` :sub:`id-802034`