Stacked Column: Display Problem

Stimulsoft Reports.NET discussion
Post Reply
qcm
Posts: 6
Joined: Mon Aug 19, 2013 11:18 am

Stacked Column: Display Problem

Post by qcm »

Dear Stimulsoft Community,

I am working on a report with a stacked column chart.

The bars (pillars) shall show the maximum points and the reached points of different review chapters.

Example: Max is 800 and reached is 500 --> the bar should be in two colors and end @ 800 Points. The first color is up to 500 Points and the second color fills up the rest of the bar until 800.

The String with the Pointcounts are commited by a previously calculation with JavaScript and are not a datasource but Business Objects.

I did my very best but I could not get a chart with a displayed outcome like I described it...

The Screenshots shows U how it behaves with two rows... It always sets both values about each other.

Maybe someone can help me and give me a hint how to make it work without calculating the difference in Java Script.

Thank you all!! :)

Greetings, qcm
Attachments
row 2 properties
row 2 properties
stacked bars 04.jpg (59.55 KiB) Viewed 1305 times
row 1 properties
row 1 properties
stacked bars 03.jpg (69.7 KiB) Viewed 1305 times
chart properties
chart properties
stacked bars 02.jpg (84.33 KiB) Viewed 1305 times
stacked bars 01.jpg
stacked bars 01.jpg (67.33 KiB) Viewed 1305 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Stacked Column: Display Problem

Post by HighAley »

Hello.

Sorry, but this is a usual behaviour of the Stacked Column chart.
You could try to use Clustered Column with Line series as in the attached report.
Report.mrt
(12.93 KiB) Downloaded 298 times
Thank you.
qcm
Posts: 6
Joined: Mon Aug 19, 2013 11:18 am

Re: Stacked Column: Display Problem

Post by qcm »

Hi Aleksey!

Thanks for your fast answer!

Hm... that is not what I expected to read ;) but I will try to display it on another way. Maybe I can change the JavaScript and precalculate the differenc between reached points and max points.

Thanks for your help, more questions will follow 8-)!

Greetings, qcm
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Stacked Column: Display Problem

Post by HighAley »

Hello.

Please, try to change your JavaScript code, because we can't change usual behaviour of the Stacked Column chart.
Let us know if you will have any questions else.

Thank you.
Post Reply