TS Report post Posted December 3, 2008 Hi, I have set a trendline to be displayed on a chart I have created. However, if this trendline has an endValue which is greater that the maximum value on the y axis, it will not be displayed. Could you offer a solution to this, as it is quite common in my experience to find a trend line with an end value that is greater than the last datapoint on a graph, especially when using linear regression to plot that line. Tim Share this post Link to post Share on other sites
Arindam Report post Posted December 3, 2008 Hi, Could you please use <chart> attributes - yAxisMaxValue='1000' ? if trendline's endValue rang with in yAxisMaxValue then trendline will drawn. i.e <chart .. yAxisMaxValue='1000' .. > yAxisMaxValue must be > trendline's endValue Share this post Link to post Share on other sites