SeeThePicture Report post Posted October 30, 2010 I have three series in my ZoomLine chart. Can I set the toolTipBgColor differently for each of the three? Can I make tooltips have shadow for all three? I see the toolTipBgColor and showToolTipShadow Attribute Names in the "Zoom Line Chart" section of the "Multi Series Chart" section of the "Chart XML API" of the Documentation. I've tried implementing both in the "<Chart..." section of my XML. -- couldn't get it to work. I've tried implementing both in the "<dataset..." section of my XML. -- couldn't get it to work. I've tried implementing both in the "<style..." section of my XML. -- couldn't get it to work. Please advise. Where and how do I implement series specific tooltip attributes and series common attributes? Thanks, Ferd Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted November 3, 2010 Hi Ferd, I am afraid, as the attributes "toolTipBgColor" and "showToolTipShadow" are supported by the <chart> element, it would get effected globally for all <dataset> elements and could not be customized individually. I hope this helps. Share this post Link to post Share on other sites