hi i am using this code
Call FusionCharts1.Data.addTrendLine("startValue='" & Text1.Text & "' ; color=cc0000;displayValue=Highest ")
but its not working and one more problem,
Call FusionCharts1.Data.addTrendLine("startValue=1200; color=cc0000;displayValue=Lowest")
if table data value is less than the trendline value then trend line is not showing
thanks