RThompson Report post Posted October 30, 2013 Looking for some help please. I have built a histogram using column 2d chart and have added a vertical line titled "Average" to show the user where the column data relates to the average line. The column is in front of the vertical line hiding most of it. Is it possible to have the vertical line show in front of the column? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 31, 2013 Hello, It would be helpful, if you can attach a screen-shot of your requirement and highlight the requirement. Share this post Link to post Share on other sites
RThompson Report post Posted November 6, 2013 (edited) I would like for the average vertical line to be in the foreground (in front of the column) and more prominent. Edited November 6, 2013 by RThompson Share this post Link to post Share on other sites
Guest Rishab Report post Posted November 6, 2013 Hi,Please try using the attribute -'showOnTop' of the <vline> element to fulfill the needed scenario.For ex- <vline thickness='10' showOnTop='1'/>Please note- the above attribute will only work for JavaScript chart. The attached item is the screenshot of the same. Hope this helps. Share this post Link to post Share on other sites
RThompson Report post Posted November 13, 2013 Hmmm... I must not be using JavaScript since the showOnTop attribute did not work. Share this post Link to post Share on other sites
Guest Rishab Report post Posted November 14, 2013 Hi, Yes, the 'showOnTop' attribute will only work for JavaScript chart. Share this post Link to post Share on other sites