.. highlightlang:: us .. _xyzsetbubblesize: XYZSetBubbleSize ================ .. index:: XYZSetBubbleSize .. us.tag XYZSetBubbleSize NOTREADYENGLISH New400 XYZSet :ref:`XYZSetBubbleSize` sets the bubble size in centimeters. .. function:: bool = XYZSetBubbleSize(hData, rSize) .. 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 Is the handle of a data set created with :ref:`XYZCreate`. .. uparam:: rvSize *rvSize* is a vector with 2 elements: .. list-table:: :header-rows: 1 * - Value - Meaning * - rvSize[1] - Bubble diameter in centimeters for the minimum z value. * - rvSize[2] - Bubble diameter in centimeters for the maximum z value. Maximum 25 centimeters. Vales between minimum and maximum will be interpolated. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZGetBubbleAttribute`, :ref:`XYZGetBubbleSize`, :ref:`XYZIsBubbleVisible`, :ref:`XYZSetBubbleAttribute`, :ref:`XYZShowBubble`, :ref:`XYZSetBubbleScaleValues`, :ref:`XYZGetBubbleScaleValues` :sub:`id-1775290`