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
-
- 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
Hello,
You can use the Conditions for chart or AutoSeriesColorDataColumn property.
Thank you.
You can use the Conditions for chart or AutoSeriesColorDataColumn property.
Thank you.
- Attachments
-
- 1504.1.PNG (42.97 KiB) Viewed 1521 times
-
- 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
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
Thanks
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
Thanks
Different Color Scheme for each Stack Based on some condition in Dynamic report Generation
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.
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.