deurloo Report post Posted January 31, 2008 I want 2D (Single Y) Combination Charts without the vertical parts of the canvas border visible. I have partly reached my goal by making all of the canvas border invisible. Unfortunately, in that case both the horizontal divisional lines at the bottom and at the top of the canvas (which coincide with the canvas border) do not show up then either. I have overcome this by adding two extra (surrogate) trendlines at these positions. This works well. Only the animation of these two surrogate trendlines at the top and at the bottom of the canvas is irritating. Of course in my circumstances I only want the bars and the line in the graph to animate, not these two trendlines. The two trendlines should be visible from the start of the build-up of the figure, without animation. How can I achieve this? I cannot find the solution in the documentation. Or does anybody know a better work-around for my basic problem: hiding the vertical parts of the canvas border? Rinus Deurloo. Share this post Link to post Share on other sites
Pallav Report post Posted February 1, 2008 Hi, To hide the vertical border of the canvas, you'll need to edit the source code of the chart. Also, the trend lines can appear from start only if animation is set to 0 for entire chart. Share this post Link to post Share on other sites
deurloo Report post Posted February 2, 2008 Pallav, Thank you for your clarification. Is it possible than to force the trendlines animation first, before the animation of the bars and the line is started instead of the other way around, as it is now? Thanks. Share this post Link to post Share on other sites
Pallav Report post Posted February 5, 2008 I'm afraid you'll have to edit the source for that. Share this post Link to post Share on other sites