Different Color Scheme for each Stack Based on some condition in Dynamic report Generation

Stimulsoft Reports.WEB discussion
Post Reply
pawan.enuke
Posts: 2
Joined: Wed Dec 14, 2011 7:55 am
Location: India

Different Color Scheme for each Stack Based on some condition in Dynamic report Generation

Post by pawan.enuke »

Hello everyone,

I am generating one dynamic stacked horizontal bar chart report and i want to set different color of each stack based on some condition.

But my problem is that, when i set the color of one stack in one bar, its set the same color for each stack bar. How can i do it, please help.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Different Color Scheme for each Stack Based on some condition in Dynamic report Generation

Post by Alex K. »

Hello,

You can use the Conditions for chart or AutoSeriesColorDataColumn property.

Thank you.
Attachments
1504.1.PNG
1504.1.PNG (42.97 KiB) Viewed 1521 times
pawan.enuke
Posts: 2
Joined: Wed Dec 14, 2011 7:55 am
Location: India

Different Color Scheme for each Stack Based on some condition in Dynamic report Generation

Post by pawan.enuke »

Thanks For your reply,

I have use conditions for getting the different color, but in stimulasoft reporting we can apply condition only on the behalf of Value Or ArgumentData field of the chart what if i want to apply condition on the behalf of any third variable from my record set then, Please help.

I also want to make each stack of bar drill downable but there is no property in Interaction like DrillDownParameters:hugging:

Thanks
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Different Color Scheme for each Stack Based on some condition in Dynamic report Generation

Post by Alex K. »

Hello,

In this case, you can add additional column in your data source which be contain color for each record. And use this column in AutoSeriesColorDataColumn property.

Thank you.
Post Reply