Cevik Report post Posted November 9, 2007 can someone help me to find out how i can change the font styles to be bold on value and category. it will be nice to have some examples for how it works in xml. <graph caption='' xAxisName='Politiske partier' canvasBgColor='FFFFFF' canvasBaseColor='666666' hovercapbgColor='FFFFFF' hovercapborder='F47E00' numberSuffix='%25'baseFontSize='12'canvasBgDepth='0'canvasBaseDepth='2'yAxisMinValue='0'yAxisMaxValue=''formatNumber='0'formatNumberScale='1'decimalSeparator='.'decimalPrecision="1" > <categories> <category name='A' /> <category name='B' /> <category name='C' /> <category name='F' /> <category name='K' /> <category name='O' /> <category name='V' /> <category name='Y' /> <category name=' Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 10, 2007 HI, there u go.. <styles> <definition> <style name='MyFirstFontStyle' type='font' bold='1' face='Verdana' size='12' color='FF0000' bgColor='FFFFDD' isHTML='1' /> </definition> <application> <apply toObject='DATALABELS' styles='MyFirstFontStyle' /> <apply toObject='DATAVALUES' styles='MyFirstFontStyle' /> </application></styles> It has all font bold set...as well as settings for font type, color, font background color size etc. Share this post Link to post Share on other sites