venkatc Report post Posted December 3, 2010 Is it possible to customize the Font Color and Font Size in TrendLine Label. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted December 3, 2010 Hi, You can customize the color of the line along with the text label using color attribute in <line> element. Please see: http://www.fusioncharts.com/docs/?AttDesc/Trend.html Additionally, to set font size to the label please define and apply a FONT style on TRNENDLINES Object. Example below: <styles> <definition> <style name='MyTrendlineFont' type='font' font='Verdana' size='15' /> </definition> <application> <apply toObject='TRENDLINES' styles='MyTrendlineFont' /> </application> </styles> Please note that you can not set color using FONT Style. Share this post Link to post Share on other sites