.. highlightlang:: us .. _xyzsetbubblescalevalues: XYZSetBubbleScaleValues ======================= .. index:: XYZSetBubbleScaleValues .. us.tag XYZSetBubbleScaleValues NOTREADYENGLISH New400 XYZSet :ref:`XYZSetBubbleScaleValues` sets the scale values to calculate the bubble size. .. function:: bool = XYZSetBubbleScaleValues(hData, rvZMinMax) .. 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:: rvZMinMax *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 maximum bubble size. Vales between minimum and maximum will be interpolated. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZGetBubbleAttribute`, :ref:`XYZGetBubbleSize`, :ref:`XYZSetBubbleSize`, :ref:`XYZIsBubbleVisible`, :ref:`XYZSetBubbleAttribute`, :ref:`XYZShowBubble`, :ref:`XYZGetBubbleScaleValues` :sub:`id-1032424`