spmmohan123 Report post Posted August 30, 2007 Could you help me how to display the tool tip for both 'x & y ' axis value using xzml file By default it shows 'y' axis value when moving mouse to over the point. This is my xml file generated ======================== <graph caption="" formatNumberScale='0' canvasBgColor="FFFFFF" numDivLines="10" yAxisName="Reading" xAxisName="Date" rotateNames="0" showLegend="1" showNames="1" xAxisMaxValue="132" xAxisMinValue="11" yAxisMinValue="0" yAxisMaxValue="2124" decimalPrecision="0"> <categories verticalLineColor="666666" verticalLineThickness="1"><category name="0" x="0" showVerticalLine="1" showToolTip = "1"/> <category name="AUG05" x="15" showVerticalLine="1"/> <category name="FEB06" x="30" showVerticalLine="1"/> <category name="AUG06" x="45" showVerticalLine="1"/> <category name="FEB07" x="60" showVerticalLine="1"/> <category name="AUG07" x="75" showVerticalLine="1"/> <category name="FEB08" x="90" showVerticalLine="1"/> <category name="AUG08" x="105" showVerticalLine="1"/> <category name="FEB09" x="120" showVerticalLine="1"/></categories> <dataSet seriesName="Estimate (manual)" anchorSides="6" anchorRadius="6" anchorBgColor="0000FF" anchorBorderColor="000099"> <set y="2114"x="15.0" /> </dataSet><dataSet anchorSides="6" anchorRadius="6" anchorBgColor="0000FF" anchorBorderColor="000099"> <set y="2114"x="30.0" /> </dataSet><dataSet seriesName="Routine" anchorSides="6" anchorRadius="6" anchorBgColor="D5FFD5" anchorBorderColor="009900"> <set y="0"x="30.0" /> </dataSet><dataSet anchorSides="6" anchorRadius="6" anchorBgColor="D5FFD5" anchorBorderColor="009900"> <set y="0"x="32.5" /> </dataSet><dataSet anchorSides="6" anchorRadius="6" anchorBgColor="D5FFD5" anchorBorderColor="009900"> <set y="0"x="45.0" /> </dataSet><dataSet anchorSides="6" anchorRadius="6" anchorBgColor="D5FFD5" anchorBorderColor="009900"> <set y="0"x="60.0" /> </dataSet><dataSet seriesName="Estimate (auto)" anchorSides="6" anchorRadius="6" anchorBgColor="FF0000" anchorBorderColor="990000"> <set y="0"x="72.5" /> </dataSet><dataSet anchorSides="6" anchorRadius="6" anchorBgColor="D5FFD5" anchorBorderColor="009900"> <set y="10"x="75.0" /> </dataSet> <vTrendlines> <line startValue="0" endValue="36" alpha="5" color="00FF00" /> <line startValue="36" endValue="116" alpha="15" color="FFFF00" /> <line startValue="116" endValue="132" alpha="15" color="FF0000" /> </vTrendlines> </graph> ============================================================================= Thanks, Mohan Share this post Link to post Share on other sites
Pallav Report post Posted August 31, 2007 In which chart? Share this post Link to post Share on other sites
spmmohan123 Report post Posted September 4, 2007 we are using scatter chart Thanks, Mohan Share this post Link to post Share on other sites
Pallav Report post Posted September 5, 2007 In FusionCharts v3 scatter chart, we show both x and y values. Can you please try that? Share this post Link to post Share on other sites