Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Stacked column chart
Re: Stacked column chart [message #49271 is a reply to message #49175] Mon, 15 January 2018 09:27 Go to previous messageGo to previous message
Giorgio is currently offline  Giorgio
Messages: 218
Registered: August 2015
Experienced Member
Hi Koldo,
thank you for the effort you put on this, here some feedback from my side.

My goal was to have something like this:

https://pasteboard.co/H30HFny.png

At the beginning I was a little bit confused because there is probably a typo in your code; you wrote:

scatter.AddSeries(stacked.Get(2)).Legend("s1").Fill();
scatter.AddSeries(stacked.Get(1)).Legend("s2").Fill();
scatter.AddSeries(stacked.Get(0)).Legend("s3").Fill();


while should be

  
scatter.AddSeries(stacked.Get(2)).Legend("s3").Fill();
scatter.AddSeries(stacked.Get(1)).Legend("s2").Fill();
scatter.AddSeries(stacked.Get(0)).Legend("s1").Fill();


After fixing that everything is much clearer. It is much easier now to create a bar graph. It would be nice if it was possible to add the value/percentage of each section inside the section itself, as in the pie chart.

Regards,
Gio
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: StreamRasterEncoder?
Next Topic: again... use if deleted function :?
Goto Forum:
  


Current Time: Sun Aug 24 08:11:01 CEST 2025

Total time taken to generate the page: 0.04397 seconds