Page 1 of 1

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

Posted: Wed Dec 14, 2011 8:03 am
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.

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

Posted: Thu Dec 15, 2011 6:04 am
by Alex K.
Hello,

You can use the Conditions for chart or AutoSeriesColorDataColumn property.

Thank you.

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

Posted: Fri Dec 16, 2011 3:53 am
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

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

Posted: Mon Dec 19, 2011 7:36 am
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.