BeanoEFC Report post Posted January 11, 2010 Hello Everyone, I have recently started using FusionCharts and i am trying to create a body mass index(BMI) chart. What have is have a line graph with the date along the X axis and the BMI on the Y axis. I would like to have a kind of trendline but going from 18.5 - 24.9 and in the middle of this "row" have the title. I hope i have made my self clear enough. Thanks in Advance, -Beano Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 11, 2010 Hello, Welcome to FusionCharts Forum. You require a trendzone for this. Here's a code snippet to create a trendzone: <trendLines> <line startValue='18.5' endValue='24.9 ' color='009933' isTrendZone='1' displayvalue='.....' /> </trendLines> You can use the displayValue attribute to either display a string on the left-hand side of the chart canvas(default) or on the right-hand side(setting valueOnRight='1' in the <line> element) I'm afraid, as of now, FusionCharts does not have the functionality to support the display of the title "in the middle of this "row"". Hope this helps. Share this post Link to post Share on other sites
BeanoEFC Report post Posted January 12, 2010 Thanks very much Madhumita. This is the result i was looking for. Its a shame about not being able to place text in the middle of the row though. Regards, -Beano Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 12, 2010 Hello, Glad that I could help you. Thanks a lot for your suggestions. We have made a note of it. Share this post Link to post Share on other sites