Jacob Schwartz Report post Posted November 7, 2013 Hi, I'm using vtrendlines on zoomline charts and running into problems where I have multiple, closely located vtrendlines. The labels overlap each other and cannot be read. Check out the attached screenshot. Is it possible to make each label visible only when the mouse hovers over the vtrendline? Thanks! Jacob Share this post Link to post Share on other sites
Haritha Report post Posted November 8, 2013 Hi Jacob, It is not possible to make each label visible only when the mouse hovers over the Vtrendline as of now. As a workaround, you may display the trend label by using "valueOnTop" as 0 for first and as 1 for the second so that one value gets displayed on top of the trend line and the other at the bottom. Eg. <vTrendlines> <line startIndex='5' endIndex='5' displayValue='First' valueOnTop='0'/> <line startIndex='6' endIndex='6' displayValue='Second' valueOnTop='1'/> </vTrendlines> Hope this helps. Share this post Link to post Share on other sites