do you have the same set of bubbles visible after your slider
"magnification" as before?  

The default bubbleseries sizes the bubbles *that are displayed*
relative to one another based on the radius field (the series has a
display list that it uses for sizing).  

If you add or remove bubbles the relative sizes of the remaining
bubbles change.  They still refer to the radius field, but because
they are a different set they will have different proportions.

Do you have max and min bubble sizes set?

--- In [EMAIL PROTECTED], "gaurav1146" <[EMAIL PROTECTED]> wrote:
>
> Hi,
>  I have created a chart which consists of LineSeries and bubble series
> something like
>  <mx:CartesianChart>
>  ....   
>  <mx:Series><mx:LineSeries../><mx:BubbleSeries ..../></mx:Series> 
>  </mx:CartesianChart>      
> 
>  The sizes of the bubble initially displayed proportionately based on
> the radiusField in the BubbleSeries. But, now I have added a HSlider
> based of which a user can see/magnify different section of the chart. 
> Based on position of the slider I slice the ArrayCollection that
> provides data to the series.
> But, the problem after adding the slider is that the bubble sizes
> sometimes do not appear proportionate to the radiusField of the bubble
> series. I could not figure out the reason for this. Any help would be
> greatly appreciated.
> TIA
> Gaurav
>


Reply via email to