views:

373

answers:

1

Hi guys,

Is there a way to set a rollover color for each series in a chart?

For instance, I have a column chart with two series: one series is set to blue and the second series is set to gold.

When the user mouses over the blue series, I would like the blue to turn to bright blue. And when the user mouses over the gold series, I would like the gold to turn to bright gold.

Also, is it possible to change the color of the chart item when a chart item is clicked?

Thanks,

Lacy

+1  A: 

quietlyscheming has a lot of excellent examples. Basically you need to create your own itemRenderer for the series and trap the mouse moving over it and change states or colours at it does. This is a very well documented path.

Simon
while the quietly scheming chart sampler looks dated ( 2006 ) its an excellent resource from the man who actually wrote the charting code!
ethyreal