|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/24/2007 12:15:11 PM
Posts: 4,
Visits: 6
|
|
| Hey everyone, I'm using FusionChartsFree with C#, wasn't sure if this should be posted here or in the .net forum, but I think its an XML issue. Here is a simple example that illustrates my problem: <graph caption='Test Graph' xAxisName='Duration' yAxisName='Hours' showBorder='0' formatNumberScale='0' numberSuffix=' H' decimalPrecision='1' showNames='1' showValues='1' AlternateHGridAlpha='30' AlternateHGridColor='CCCCCC' caption='Battery Life' outCnvBaseFont='Arial' outCnvBaseFontSize='10' baseFontColor='black'> <categories> <category label='test' showName='1' /> </categories> <dataset seriesName='test'> <set value='50' /> </dataset> </graph> The X-axis is empty and doesnt show the label, if I add more categories, it plots it correctly, its just that the text isn't showing up. Any ideas?
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 4:23:50 AM
Posts: 738,
Visits: 1,187
|
|
| Hi, Since you are using FusionCharts FREE you need to use name='foo' instead of label. That will work out.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/24/2007 12:15:11 PM
Posts: 4,
Visits: 6
|
|
|
|
|