.. highlightlang:: us .. _xyzgetbubblescalevalues: XYZGetBubbleScaleValues ======================= .. index:: XYZGetBubbleScaleValues .. us.tag XYZGetBubbleScaleValues NOTREADYENGLISH New400 XYZGet :ref:`XYZGetBubbleSize` returns the bubble scaling values. .. function:: rvZMinMax = XYZGetBubbleScaleValues(hData) .. us.return **Return Value** *rvZMinMax* is a vector with 2 elements: .. list-table:: :header-rows: 1 * - Value - Meaning * - rvZMinMax[1] - z value for the minimum bubble size. * - rvZMinMax[2] - z value for the minimum bubble size. .. us.params **Parameters** .. uparam:: hData Is the handle of a data set created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZGetBubbleAttribute`, :ref:`XYZIsBubbleVisible`, :ref:`XYZSetBubbleAttribute`, :ref:`XYZSetBubbleSize`, :ref:`XYZShowBubble`, :ref:`XYZGetBubbleScaleValues` :sub:`id-867262`