Sign in to follow this  
Cevik

Font style

Recommended Posts

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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this