kbadr Report post Posted April 29, 2008 (edited) I have a MS Column 2D chart, and I've tried everything to turn off the values that are showing up above each bar in the chart. I set showValues to 0 for the chart and datasets, and set showValue to 0 for each individual set. The values are still showing up. Is there something else I need to set? <chart chartTopMargin="5" showValues="1" yAxisValuesPadding="5" baseFontSize="12" chartRightMargin="5" labelPadding="0" bgColor="fdfdfd, fafafa" caption="Test Chart" chartBottomMargin="5" showBorder="1" legendPosition="RIGHT" chartLeftMargin="5" borderColor="e7e7e7" showLegend="1" captionPadding="5" borderThickness="1" xAxisValuesPadding="5" baseFont="Arial" showLabels="0"> [/code] Edited May 2, 2008 by Guest Share this post Link to post Share on other sites
FusionCharts Support Report post Posted April 30, 2008 Hi, Could you please send us the XML that you are using? Could you please also make sure whether you have not added duplicate entries of showValues in the XML? Could please also check whether you are passin this particular XML which you are modifying to the chart? Share this post Link to post Share on other sites
kbadr Report post Posted May 1, 2008 My XML is in my first post. I wrapped it in [ code ] [ / code ] but it's not displaying. If you hit the quote button on my original post, you will see the XML. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted May 2, 2008 Hi, Could you please send us the XML? Share this post Link to post Share on other sites
kbadr Report post Posted May 2, 2008 (edited) By send, do you mean post it in the forum? It is posted above, as I said, but it's not rendering correctly. Here is the XML. I had to html escape the less than characters to make it render in the forum. Please let me know if there is an email address you want me to send it to. <chart chartTopMargin="5" showValues="1" yAxisValuesPadding="5" baseFontSize="12" chartRightMargin="5" labelPadding="0" bgColor="fdfdfd, fafafa" caption="Test Chart" chartBottomMargin="5" showBorder="1" legendPosition="RIGHT" chartLeftMargin="5" borderColor="e7e7e7" showLegend="1" captionPadding="5" borderThickness="1" xAxisValuesPadding="5" baseFont="Arial" showLabels="0"> <categories> <category label="Michelle Anderson"/> <category label="Support Observer"/> <category label="SystemMailbox"/> <category label="Tepin"/> <category label="Test 2"/> </categories> <dataset> <DataSet seriesName="Michelle Anderson"> <set value="1162" toolText="Michelle Anderson: 1.1 KB" showValue="0"/> <set value="0" toolText="Michelle Anderson: 0 Bytes" showValue="0"/> <set value="0" toolText="Michelle Anderson: 0 Bytes" showValue="0"/> <set value="0" toolText="Michelle Anderson: 0 Bytes" showValue="0"/> <set value="0" toolText="Michelle Anderson: 0 Bytes" showValue="0"/> </DataSet> <DataSet seriesName="Support Observer"> <set value="0" toolText="Support Observer: 0 Bytes" showValue="0"/> <set value="855" toolText="Support Observer: 855 Bytes" showValue="0"/> <set value="0" toolText="Support Observer: 0 Bytes" showValue="0"/> <set value="0" toolText="Support Observer: 0 Bytes" showValue="0"/> <set value="0" toolText="Support Observer: 0 Bytes" showValue="0"/> </DataSet> <DataSet seriesName="SystemMailbox"> <set value="0" toolText="SystemMailbox: 0 Bytes" showValue="0"/> <set value="0" toolText="SystemMailbox: 0 Bytes" showValue="0"/> <set value="361" toolText="SystemMailbox: 361 Bytes" showValue="0"/> <set value="0" toolText="SystemMailbox: 0 Bytes" showValue="0"/> <set value="0" toolText="SystemMailbox: 0 Bytes" showValue="0"/> </DataSet> <DataSet seriesName="Tepin"> <set value="0" toolText="Tepin: 0 Bytes" showValue="0"/> <set value="0" toolText="Tepin: 0 Bytes" showValue="0"/> <set value="0" toolText="Tepin: 0 Bytes" showValue="0"/> <set value="274" toolText="Tepin: 274 Bytes" showValue="0"/> <set value="0" toolText="Tepin: 0 Bytes" showValue="0"/> </DataSet> <DataSet seriesName="Test 2"> <set value="0" toolText="Test 2: 0 Bytes" showValue="0"/> <set value="0" toolText="Test 2: 0 Bytes" showValue="0"/> <set value="0" toolText="Test 2: 0 Bytes" showValue="0"/> <set value="0" toolText="Test 2: 0 Bytes" showValue="0"/> <set value="249" toolText="Test 2: 249 Bytes" showValue="0"/> </DataSet> </dataset> <styles> <definition> <style type="font" name="labelsFont" size="10"/> </definition> <application> <apply styles="labelsFont" toObject="DataLabels"/> </application> </styles> </chart> Edited May 2, 2008 by Guest Share this post Link to post Share on other sites