setting the transparency of bubbles in bubble chart in ssrs

已答复 setting the transparency of bubbles in bubble chart in ssrs

  • Tuesday, May 15, 2012 8:40 PM
     
     

    I would like to know how to make the bubbles transparent so that the smaller bubbles are visible.  In my report I have set an expression in the markers property   iif(totalvalue<0,"palegreen", " ").  In this case how to set the transparency.  Do I have to write any code in the report?  Any help would be highly appreciated.  I currently use ssrs 2008.

    Adikavs


    adikavs

All Replies

  • Thursday, May 17, 2012 9:24 AM
    Moderator
     
     Answered

    Hi adikavs,

    The Bubble chart has several custom attributes which allow you to control the size of the bubbles. "BubbleMaxSize" and "BubbleMinSize" attributes allow you to define the size of the bubble. We can find those attributes in the property pane by selecting bubble series and expanding 'CustomAttributes' properties.

    Regards,
    Bin Long


    Bin Long

    TechNet Community Support