I'am a vb developer, visual studio 2005 and 2013 with the integrated Crystal report for VS
I am working on a bar chart, I need to set the bar color based on a field property
The only option seems to be under the report generator to use the color option Windows to associate a color to a field value, but I need to do it Runtime, as the field values can change.
Is there a way to access this properties Runtime and set the color as I need?
Untill now I was not able to find a way to do it.
How can I do it?