User (Legacy) Posted December 8, 2005 Report Share Posted December 8, 2005 Hi there, Can someone provide direction on combining a bar graph with a bubble graph? They are both Axis charts, but I haven't been able add the bubble graph series data and get it to display with the bar graph data. Thanks! Jeff Link to comment Share on other sites More sharing options...
Software FX Posted December 9, 2005 Report Share Posted December 9, 2005 Your chart will need 3 series, one for the bar and two for the bubble (value and size), then you can do: chart1.Series[0].Gallery = Gallery.Bubble; chart1.Series[1].Gallery = Gallery.Bubble; chart1.Series[2].Gallery = Gallery.Bar; chart1.Cluster = true; -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.