SQL Server Reporting Services Bar Chart
        Posted  
        
            by Avitus
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Avitus
        
        
        
        Published on 2010-03-29T18:52:10Z
        Indexed on 
            2010/06/12
            2:52 UTC
        
        
        Read the original article
        Hit count: 280
        
I am trying to create horizontal bar chart to look like a pill chart.
I would like to take a either a stacked bar chart or a 100% stacked bar chart and put rounded ends onto this chart. I would only be using 1 row within the chart.
One idea I had was just putting rounded images on either end of the chart to accomplish this but I'm not sure that this will give the smooth feel of a single pill.
Does anyone have a good suggestion?
I am not tied to the idea of using a chart object. But I would prefer to stay away from third party components that need to be purchased.
© Stack Overflow or respective owner