Charles.Essien Report post Posted September 7, 2012 I want to be able to specify a Trend Zone with an infinite range, either starting form a value and coloring all values greater unconditionally or coloring a range of values up until the ending value. Currently when I specify a trend line with isTrendZone='1' and just an arbitrary startValue, the trend zone simply draws as a line. Is there a way to specify infinite trend zones? Share this post Link to post Share on other sites
Charles.Essien Report post Posted September 7, 2012 (edited) What I want to accomplish is similar to this: http://forum.fusionc...side-of-y-axis/. Can you confirm that this is still not supported in FusionCharts? Edited September 7, 2012 by Charles.Essien Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted September 8, 2012 Hi, With regard to your query, please note that the Trend Zone is supported by FusionCharts XT only for the finite range of values. So, as a work around you need to find the maximum value of your dataset and set the "endValue" of the TrendLine to some higher value than that value. Ref. Code: <trendLines> <line startValue='7000' endValue='8000' isTrendZone='1' /> </trendLines> For more information on "XML/JSON attributes for TrendLines/TrendZones", please follow the link below: http://docs.fusioncharts.com/charts/contents/?AttDesc/Trend.html Hope this helps! Share this post Link to post Share on other sites