bmcwhorter

Members
  • Content count

    66
  • Joined

  • Last visited

Everything posted by bmcwhorter

  1. Hi, When I render the following chart, some of the bars have a thick line separating the data, others have a thin line. It's very odd. Can you tell me why they don't all appear the same like they should? <?xml version="1.0" encoding="UTF-8"?> -<graph divLineThickness="2" anchorAlpha="0" lineThickness="5" plotGradientColor="" divLineColor="FF0000" alternateVGridColor="ffffff" alternateHGridColor="ffffff" plotFillAlpha="100" plotFillColor="cccccc" canvasPadding="0" lineDashed="0" useRoundEdges="0" rotateValues="1" showValues="0" canvasBgColor="ffffff" rotateLabels="1" showPlotBorder="1" xaxisname="label title" yaxisname="the data" bgAlpha="100" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" imageSave="1" showBorder="0" chartBottomMargin="" chartTopMargin="" chartRightMargin="" chartLeftMargin="" numberPrefix="" showLabels="1" bgColor="ffffff" Caption="Sales by Category" animation="1" showFCMenuItem="0" unescapeLinks="0">-<styles>-<definition><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="ToolTipFontStyle"/><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="DataLabelsFontStyle"/><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="XAXISNAMEFontStyle"/><style type="font" bold="1" color="5b5b5b" size="24" font="Helvetica" name="CAPTIONFontStyle"/><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="YAXISVALUESFontStyle"/><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="YAXISNAMEFontStyle"/><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="DATAVALUESFontStyle"/><style type="font" bold="0" color="5b5b5b" size="15" font="Helvetica" name="LegendFontStyle"/></definition>-<application><apply styles="ToolTipFontStyle" toObject="ToolTip"/><apply styles="DataLabelsFontStyle" toObject="DataLabels"/><apply styles="XAXISNAMEFontStyle" toObject="XAXISNAME"/><apply styles="CAPTIONFontStyle" toObject="CAPTION"/><apply styles="YAXISVALUESFontStyle" toObject="YAXISVALUES"/><apply styles="YAXISNAMEFontStyle" toObject="YAXISNAME"/><apply styles="DATAVALUESFontStyle" toObject="DATAVALUES"/><apply styles="LegendFontStyle" toObject="Legend"/></application></styles>-<categories><category name="Dairy Products"/><category name="Beverages"/><category name="Confections"/><category name="Meat/Poultry"/><category name="Seafood"/><category name="Grains/Cereals"/><category name="Condiments"/><category name="Produce"/></categories>-<dataset lineThickness="5" showValues="0" color="cccccc" alpha="100" seriesName=""><set value="115387.6500"/><set value="103924.3100"/><set value="82657.7300"/><set value="80975.1200"/><set value="66959.2100"/><set value="56871.8200"/><set value="55368.6000"/><set value="54940.7600"/></dataset>-<dataset lineThickness="3.5" showValues="0" color="cccccc" alpha="100" seriesName=""><set value="315387.6500"/><set value="343924.3100"/><set value="342657.7300"/><set value="200975.1200"/><set value="306959.2100"/><set value="196871.8200"/><set value="295368.6000"/><set value="154940.7600"/></dataset><trendlines/></graph>
  2. Hi, If you have a real time chart (data stream) that you resize, it will have problems in javascript -- flash works fine. Take the following chart and then in the console, make it smaller. You will see the canvas and labels adjust fine, but the actual data plot becomes way too large for the canvas. <?xml version="1.0" encoding="utf-8" ?> - <graph showFCMenuItem="0" animation="1" Caption="" bgColor="FFFFFF" showLabels="1" numberPrefix="" chartLeftMargin="" chartRightMargin="" chartTopMargin="" chartBottomMargin="" showBorder="0" unescapeLinks="0" imageSave="1" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" bgAlpha="100" yaxisname="" xaxisname="" showPlotBorder="0" rotateLabels="1" canvasBgColor="ffffff" showValues="0" rotateValues="1" useRoundEdges="0" lineDashed="0" canvasPadding="0" plotFillColor="249fda" plotFillAlpha="100" alternateHGridColor="ffffff" alternateVGridColor="ffffff" plotGradientColor="249fda" lineThickness="3.5" anchorAlpha="0" divLineThickness="2" dataStreamURL="rdDownload/rdDL1e7ccad325b6423a9c03898f30f8273f.txt" refreshInterval="1" showRealTimeValue="0" setAdaptiveYMin="1"> - <styles> - <definition> <style name="ToolTipFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" /> <style name="DataLabelsFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" /> <style name="XAXISNAMEFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" /> <style name="CAPTIONFontStyle" type="font" font="Segoe UI" size="24" color="4c4c4c" bold="0" /> <style name="YAXISVALUESFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" /> <style name="YAXISNAMEFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" /> <style name="DATAVALUESFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" /> <style name="LegendFontStyle" type="font" font="Segoe UI" size="15" color="4c4c4c" bold="0" /> </definition> - <application> <apply toObject="ToolTip" styles="ToolTipFontStyle" /> <apply toObject="DataLabels" styles="DataLabelsFontStyle" /> <apply toObject="XAXISNAME" styles="XAXISNAMEFontStyle" /> <apply toObject="CAPTION" styles="CAPTIONFontStyle" /> <apply toObject="YAXISVALUES" styles="YAXISVALUESFontStyle" /> <apply toObject="YAXISNAME" styles="YAXISNAMEFontStyle" /> <apply toObject="DATAVALUES" styles="DATAVALUESFontStyle" /> <apply toObject="Legend" styles="LegendFontStyle" /> </application> </styles> <categories /> <dataset showValues="0" seriesName="" color="249fda" /> <trendlines /> </graph>
  3. Hi, The shelf that the columns sit on for a 3d column chart has an auto gradient applied to it. Its the same as the auto gradient that is applied to the canvas. However, I can remove the gradient from the canvas to get the look I want, I don't see any way to remove the gradient from the canvase base. Can you please let me know how I can do this? Thanks.
  4. Hi, this seems to fix the issue. Can you give me a production copy of the files?
  5. hi, unfortunately, auto scaling is required. Your screencast depicts the exact behavior we witnessed as well. However, it does not look ok to have it go off the screen for a second. Is there a way to fix the auto scaling problems?
  6. Hey, You have to give it time to display a few data points at first. Did you do that? You do see my screenshot, right? Also, you have to have streaming data that changes values to see the effect of it. I assumed you guys have some sort of sample that you used to test the functionality right? It is too complicated a setup for me to pass over the forum. Here's another screenshot that shows the plot going outside of the plot canvas. Also, this happens in all browsers, its a generic javascript bug that is not related to any browser.
  7. dataStream chart data set alpha

    How do you set the alpha of a dataSet when you're using the data stream URL for a real time chart? The following does not work: <?xml version="1.0" encoding="utf-8" ?> - <<graph showFCMenuItem="0" animation="1" Caption="Real Time Update chart" bgColor="00FFFF" showLabels="1" numberPrefix="" chartLeftMargin="" chartRightMargin="" chartTopMargin="" chartBottomMargin="" showBorder="0" unescapeLinks="0" imageSave="1" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" bgAlpha="100" yaxisname="Frieght" xaxisname="CustomerID" showPlotBorder="0" rotateLabels="1" canvasBgColor="FFE4C4" showValues="0" rotateValues="1" useRoundEdges="0" lineDashed="0" canvasPadding="0" plotFillColor="000000" plotFillAlpha="20" divLineColor="FFFF00" dataStreamURL="rdDownload/rdDLe201d576c9c14936b5a01b95b402c2ed.txt" refreshInterval="2" showRealTimeValue="0" setAdaptiveYMin="1"> - <<styles> <<definition /> <<application /> </styles> <<categories /> <<dataset showValues="0" seriesName="" alpha="20" /> <<trendlines /> </graph>
  8. dataStream chart data set alpha

    Any updates?
  9. Any update on this? We are waiting for a solution.
  10. Based on the behavior I'm seeing, it looks like the problem has to do with the auto scaling. It seems that on the resize, it doesn't include the previous data points that have already been rendered when doing the auto scaling.
  11. Hi, We are setting chart dimensions with pixels. However, I just tested using 100% and setting the size of the containing div and it behaved the same way. I am changing dimensions using FusionCharts(x).resizeTo(x,y)
  12. You should be able to see the image in my previous post.
  13. The verticalLineColor attribute is completely ignored. If we set the vertical lines ourselves using categories, the color gets applied appropriately. How can I fix this? This is urgent. <?xml version="1.0" encoding="UTF-8"?> <graph numberSuffix="" formatNumberScale="1" decimalSeparator="" thousandSeparator="" decimals="2" forceDecimals="1" outCnvBaseFontColor="4c4c4c" outCnvBaseFontSize="15" outCnvBaseFont="Segoe UI" canvasBorderThickness="1" alternateVGridColor="f0f0f0" alternateHGridColor="f0f0f0" bubbleScale="" numVDivLines="4" showNames="1" showLegend="1" xAxisLabelMode="Auto" xaxisname="label title" yaxisname="data title" divlinecolor="0919F1" CanvasBorderColor="FF0000" canvasBgColor="f0f0f0" bgAlpha="100" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" imageSave="1" showBorder="0" chartBottomMargin="50" chartTopMargin="" chartRightMargin="" chartLeftMargin="50" numberPrefix="$" showLabels="1" bgColor="F0F8FF" Caption="Scatter Chart" animation="1" showFCMenuItem="0" unescapeLinks="0"> <styles> <definition> <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="ToolTipFontStyle"/> <style bold="0" color="4c4c4c" size="24" font="Segoe UI" type="font" name="CAPTIONFontStyle"/> <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="YAXISVALUESFontStyle"/> <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="YAXISNAMEFontStyle"/> <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="DATAVALUESFontStyle"/> <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="DATALABELSFontStyle"/> <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="XAXISNAMEFontStyle"/> <style bold="0" color="4c4c4c" size="15" font="Segoe UI" type="font" name="LegendFontStyle"/> </definition> <application> <apply styles="ToolTipFontStyle" toObject="ToolTip"/> <apply styles="CAPTIONFontStyle" toObject="CAPTION"/> <apply styles="YAXISVALUESFontStyle" toObject="YAXISVALUES"/> <apply styles="YAXISNAMEFontStyle" toObject="YAXISNAME"/> <apply styles="DATAVALUESFontStyle" toObject="DATAVALUES"/> <apply styles="DATALABELSFontStyle" toObject="DATALABELS"/> <apply styles="XAXISNAMEFontStyle" toObject="XAXISNAME"/> <apply styles="LegendFontStyle" toObject="Legend"/> </application> </styles> <categories verticalLineThickness="1" verticalLineColor="FF0000"/> <dataset color="FF0000" showPlotBorder="0" plotFillAlpha="100" anchorAlpha="100" seriesName="legend label" anchorSides="3" anchorRadius="UnitPrice" anchorBorderColor="000000" anchorBgColor="FF0000"> <set z="0.0000" toolText="1, 0" x="1" y="0.0000"/> <set z="19.0000" toolText="8, 19" x="8" y="19.0000"/> <set z="10.0000" toolText="9, 10" x="9" y="10.0000"/> <set z="22.0000" toolText="49, 22" x="49" y="22.0000"/> <set z="21.3500" toolText="41, 21" x="41" y="21.3500"/> <set z="25.0000" toolText="116, 25" x="116" y="25.0000"/> <set z="54.0000" toolText="11, 54" x="11" y="54.0000"/> <set z="40.0000" toolText="0, 40" x="0" y="40.0000"/> <set z="97.0000" toolText="25, 97" x="25" y="97.0000"/> <set z="31.0000" toolText="27, 31" x="27" y="31.0000"/> <set z="21.0000" toolText="18, 21" x="18" y="21.0000"/> <set z="38.0000" toolText="82, 38" x="82" y="38.0000"/> <set z="6.0000" toolText="20, 6" x="20" y="6.0000"/> <set z="23.2500" toolText="31, 23" x="31" y="23.2500"/> <set z="15.5000" toolText="35, 16" x="35" y="15.5000"/> <set z="17.4500" toolText="29, 17" x="29" y="17.4500"/> <set z="39.0000" toolText="39, 39" x="39" y="39.0000"/> <set z="62.5000" toolText="42, 63" x="42" y="62.5000"/> <set z="9.2000" toolText="25, 9" x="25" y="9.2000"/> <set z="81.0000" toolText="40, 81" x="40" y="81.0000"/> <set z="10.0000" toolText="3, 10" x="3" y="10.0000"/> <set z="6.0000" toolText="104, 6" x="104" y="6.0000"/> <set z="17.0000" toolText="61, 17" x="61" y="17.0000"/> <set z="99.0000" toolText="20, 99" x="20" y="99.0000"/> <set z="14.0000" toolText="76, 14" x="76" y="14.0000"/> <set z="31.2300" toolText="15, 31" x="15" y="31.2300"/> <set z="43.9000" toolText="49, 44" x="49" y="43.9000"/> <set z="45.6000" toolText="26, 46" x="26" y="45.6000"/> <set z="67.0000" toolText="10, 67" x="10" y="67.0000"/> <set z="12.5000" toolText="0, 13" x="0" y="12.5000"/> <set z="32.0000" toolText="9, 32" x="9" y="32.0000"/> <set z="2.5000" toolText="112, 3" x="112" y="2.5000"/> <set z="14.0000" toolText="111, 14" x="111" y="14.0000"/> <set z="18.0000" toolText="20, 18" x="20" y="18.0000"/> <set z="19.0000" toolText="112, 19" x="112" y="19.0000"/> <set z="26.0000" toolText="11, 26" x="11" y="26.0000"/> <set z="18.0000" toolText="69, 18" x="69" y="18.0000"/> <set z="18.4000" toolText="123, 18" x="123" y="18.4000"/> <set z="9.6500" toolText="85, 10" x="85" y="9.6500"/> <set z="14.0000" toolText="26, 14" x="26" y="14.0000"/> <set z="46.0000" toolText="17, 46" x="17" y="46.0000"/> <set z="19.4500" toolText="27, 19" x="27" y="19.4500"/> <set z="76.0000" toolText="5, 76" x="5" y="76.0000"/> <set z="12.0000" toolText="95, 12" x="95" y="12.0000"/> <set z="9.5000" toolText="36, 10" x="36" y="9.5000"/> <set z="12.7500" toolText="15, 13" x="15" y="12.7500"/> <set z="20.0000" toolText="10, 20" x="10" y="20.0000"/> <set z="16.2500" toolText="65, 16" x="65" y="16.2500"/> <set z="53.0000" toolText="20, 53" x="20" y="53.0000"/> <set z="7.0000" toolText="38, 7" x="38" y="7.0000"/> <set z="32.8000" toolText="0, 33" x="0" y="32.8000"/> <set z="7.4500" toolText="21, 7" x="21" y="7.4500"/> <set z="24.0000" toolText="115, 24" x="115" y="24.0000"/> <set z="38.0000" toolText="21, 38" x="21" y="38.0000"/> <set z="24.9000" toolText="36, 25" x="36" y="24.9000"/> <set z="13.2500" toolText="62, 13" x="62" y="13.2500"/> <set z="55.0000" toolText="79, 55" x="79" y="55.0000"/> <set z="34.0000" toolText="19, 34" x="19" y="34.0000"/> <set z="28.5000" toolText="113, 29" x="113" y="28.5000"/> <set z="49.3000" toolText="17, 49" x="17" y="49.3000"/> <set z="43.9000" toolText="24, 44" x="24" y="43.9000"/> <set z="33.2500" toolText="22, 33" x="22" y="33.2500"/> <set z="21.0500" toolText="76, 21" x="76" y="21.0500"/> <set z="17.0000" toolText="4, 17" x="4" y="17.0000"/> <set z="14.0000" toolText="53, 14" x="53" y="14.0000"/> <set z="12.5000" toolText="6, 13" x="6" y="12.5000"/> <set z="36.0000" toolText="26, 36" x="26" y="36.0000"/> <set z="15.0000" toolText="15, 15" x="15" y="15.0000"/> <set z="21.5000" toolText="25, 22" x="25" y="21.5000"/> <set z="34.8000" toolText="14, 35" x="14" y="34.8000"/> <set z="15.0000" toolText="101, 15" x="101" y="15.0000"/> <set z="10.0000" toolText="4, 10" x="4" y="10.0000"/> <set z="7.7500" toolText="125, 8" x="125" y="7.7500"/> <set z="18.0000" toolText="57, 18" x="57" y="18.0000"/> <set z="34.0000" toolText="32, 34" x="32" y="34.0000"/> </dataset> </graph>
  14. Hi, Is it possible to set the background color of the legend? It seems that it is always white no matter what and does not work well when I use a black background. <?xml version="1.0" encoding="UTF-8"?> <graph divLineThickness="4" anchorAlpha="0" plotGradientColor="" plotBorderColor="e88622" alternateVGridColor="0f0f0f" alternateHGridColor="0f0f0f" plotFillAlpha="100" plotFillColor="e88622" canvasPadding="0" lineDashed="0" useRoundEdges="0" rotateValues="1" showValues="0" canvasBgColor="0f0f0f" rotateLabels="1" showPlotBorder="1" xaxisname="Month" yaxisname="Sales" bgAlpha="100" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" imageSave="1" toolTipBgColor="0f0f0f" showBorder="0" chartBottomMargin="" chartTopMargin="" chartRightMargin="" chartLeftMargin="" numberPrefix="" showLabels="1" bgColor="0f0f0f" Caption="" animation="1" showFCMenuItem="0" unescapeLinks="0"> <styles> <definition><style type="font" bold="0" color="000000" size="15" font="Helvetica" name="ToolTipFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="DataLabelsFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="XAXISNAMEFontStyle"/><style type="font" bold="1" color="ffffff" size="24" font="Helvetica" name="CAPTIONFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="YAXISVALUESFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="YAXISNAMEFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="DATAVALUESFontStyle"/><style type="font" bold="0" color="000000" size="15" font="Helvetica" name="LegendFontStyle"/></definition> <application><apply styles="ToolTipFontStyle" toObject="ToolTip"/><apply styles="DataLabelsFontStyle" toObject="DataLabels"/><apply styles="XAXISNAMEFontStyle" toObject="XAXISNAME"/><apply styles="CAPTIONFontStyle" toObject="CAPTION"/><apply styles="YAXISVALUESFontStyle" toObject="YAXISVALUES"/><apply styles="YAXISNAMEFontStyle" toObject="YAXISNAME"/><apply styles="DATAVALUESFontStyle" toObject="DATAVALUES"/><apply styles="LegendFontStyle" toObject="Legend"/></application></styles> <categories><category name="Jan 2012"/><category name="Feb 2012"/><category name="Mar 2012"/><category name="Apr 2012"/><category name="May 2012"/><category name="Jun 2012"/><category name="Jul 2012"/><category name="Aug 2012"/><category name="Sep 2012"/><category name="Oct 2012"/><category name="Nov 2012"/><category name="Dec 2012"/></categories> <dataset plotBorderColor="e88622" showValues="0" color="e88622" alpha="100" seriesName="asdf"><set toolText="" value="35090.61"/><set toolText="" value="9823.34"/><set toolText="" value="23438.26"/><set toolText="" value="10420.74"/><set toolText="" value="36433.73"/><set toolText="" value="18499.6"/><set toolText="" value="18430.1"/><set toolText="" value="29912.59"/><set toolText="" value="20038.44"/><set toolText="" value="47956.35"/><set toolText="" value="11071.8"/><set toolText="" value="29911.10"/></dataset> <dataset plotBorderColor="28b8d5" showValues="0" color="28b8d5" alpha="100" seriesName="" lineThickness="3.5"><set value="7018.122"/><set value="1964.668"/><set value="4687.652"/><set value="2084.148"/><set value="7286.746"/><set value="3699.92"/><set value="3686.02"/><set value="5982.518"/><set value="4007.688"/><set value="9591.27"/><set value="2214.36"/><set value="5982.220"/></dataset><trendlines/></graph>
  15. That fixed it, thanks you very much!!!
  16. Hi, I wouldn't mind doing that if the categories worked properly. You can see the original bug that forced me to use the xaxislabelmode=auto here: These are multiple bugs with this chart. You shouldn't have the attribute listed if it is not going to work. I'm getting frustrated because I've been trying to get a solution to this one for about a month and I keep getting workarounds that break other functionality. http://forum.fusioncharts.com/topic/15050-axis-problems-with-scatter-chart-javascript-render-not-working-proper/
  17. Hi, I try to run the following and it works great in javascript. However when I run this on the flash variant, I get the error below FusionCharts(ChartID).resizeTo(currWidth, currHeight); The error being thrown is 0x80004005 - JavaScript runtime error: unknown exception when using flash: It's getting thrown in this block of code: function __flash__addCallback(instance, name) { instance[name] = function () { return eval(instance.CallFunction("<invoke name=\""+name+"\" returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) + "</invoke>")); } } the name parameter is "resize" the instance parameter is the correct object with the following outer html : <OBJECT width=698 height=612 class=FusionCharts id=Chart1 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 lang=EN style="VISIBILITY: hidden"><PARAM NAME="_cx" VALUE="18468"><PARAM NAME="_cy" VALUE="16193"><PARAM NAME="FlashVars" VALUE="lang=EN&debugMode=0&scaleMode=noScale&animation=undefined&DOMId=Chart1&registerWithJS=1&chartWidth=500&chartHeight=500&InvalidXMLText=Invalid data.&stallLoad=true&dataXML=undefined&dataURL=rdDownload/m1dbkmsfnxkdecpw0r15w31l-d429cd2e50b94dbba3ad385d5b18d337.xml"><PARAM NAME="Movie" VALUE="rdTemplate/rdAnimatedChart/Area2D.swf"><PARAM NAME="Src" VALUE="rdTemplate/rdAnimatedChart/Area2D.swf"><PARAM NAME="WMode" VALUE="Opaque"><PARAM NAME="Play" VALUE="0"><PARAM NAME="Loop" VALUE="-1"><PARAM NAME="Quality" VALUE="High"><PARAM NAME="SAlign" VALUE="LT"><PARAM NAME="Menu" VALUE="-1"><PARAM NAME="Base" VALUE=""><PARAM NAME="AllowScriptAccess" VALUE="always"><PARAM NAME="Scale" VALUE="NoScale"><PARAM NAME="DeviceFont" VALUE="0"><PARAM NAME="EmbedMovie" VALUE="0"><PARAM NAME="BGColor" VALUE="FFFFFF"><PARAM NAME="SWRemote" VALUE=""><PARAM NAME="MovieData" VALUE=""><PARAM NAME="SeamlessTabbing" VALUE="1"><PARAM NAME="Profile" VALUE="0"><PARAM NAME="ProfileAddress" VALUE=""><PARAM NAME="ProfilePort" VALUE="0"><PARAM NAME="AllowNetworking" VALUE="all"><PARAM NAME="AllowFullScreen" VALUE="false"><PARAM NAME="AllowFullScreenInteractive" VALUE=""><PARAM NAME="IsDependent" VALUE="0"></OBJECT>
  18. dataStream chart data set alpha

    This is actually a bug in flash. In javascript the alpha works properly however in flash it is completely ignored.
  19. dataStream chart data set alpha

    Actually, if you look at the same sample when it is not a real time chart, you will see that the bars appear differently and have some transparency. I need to figure out why they don't maintain that transparency when it is a real time chart.
  20. Hi, When I render this same chart in javascript and then in flash, the x axis isn't working properly. In javascript, there is a huge blank space at the end of the axis. Please advise. <?xml version="1.0" encoding="UTF-8"?> -<graph alternateHGridColor="0f0f0f" canvasBgColor="0f0f0f" xaxisname="label title" yaxisname="data title" bgAlpha="100" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" imageSave="1" showBorder="0" chartBottomMargin="" chartTopMargin="" chartRightMargin="" chartLeftMargin="" numberPrefix="" showLabels="1" bgColor="0f0f0f" Caption="Scatter Chart" animation="1" showFCMenuItem="0" canvasBorderThickness="1" setAdaptiveXMin="1" setAdaptiveYMin="1" bubbleScale="" numVDivLines="" showNames="1" showLegend="1" divlinecolor="" CanvasBorderColor="ffffff" unescapeLinks="0">-<styles>-<definition><style type="font" bold="0" color="000000" size="15" font="Helvetica" name="ToolTipFontStyle"/><style type="font" bold="1" color="ffffff" size="24" font="Helvetica" name="CAPTIONFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="YAXISVALUESFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="YAXISNAMEFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="XAXISNAMEFontStyle"/><style type="font" bold="0" color="ffffff" size="15" font="Helvetica" name="DataLabelsFontStyle"/><style type="font" bold="0" color="000000" size="15" font="Helvetica" name="LegendFontStyle"/></definition>-<application><apply styles="ToolTipFontStyle" toObject="ToolTip"/><apply styles="CAPTIONFontStyle" toObject="CAPTION"/><apply styles="YAXISVALUESFontStyle" toObject="YAXISVALUES"/><apply styles="YAXISNAMEFontStyle" toObject="YAXISNAME"/><apply styles="XAXISNAMEFontStyle" toObject="XAXISNAME"/><apply styles="DataLabelsFontStyle" toObject="DataLabels"/><apply styles="LegendFontStyle" toObject="Legend"/></application></styles>-<categories verticalLineThickness="1" verticalLineColor="666666"><category name="0" showVerticalLine="1" x="0"/><category name="42" showVerticalLine="1" x="42"/><category name="84" showVerticalLine="1" x="84"/><category name="126" showVerticalLine="1" x="126"/><category name="168" showVerticalLine="1" x="168"/><category name="210" showVerticalLine="1" x="210"/></categories>-<dataset anchorAlpha="80" color="e88622" seriesName="asdf" anchorRadius="4" anchorBorderColor="ffffff" anchorBgColor="e88622"><set x="18.0000" z="4" toolText="18.0000, 39" y="39"/><set x="19.0000" z="4" toolText="19.0000, 17" y="17"/><set x="10.0000" z="4" toolText="10.0000, 13" y="13"/><set x="22.0000" z="4" toolText="22.0000, 53" y="53"/><set x="21.3500" z="4" toolText="21.3500, 0" y="0"/><set x="25.0000" z="4" toolText="25.0000, 120" y="120"/><set x="30.0000" z="4" toolText="30.0000, 15" y="15"/><set x="40.0000" z="4" toolText="40.0000, 6" y="6"/><set x="97.0000" z="4" toolText="97.0000, 29" y="29"/><set x="31.0000" z="4" toolText="31.0000, 31" y="31"/><set x="21.0000" z="4" toolText="21.0000, 22" y="22"/><set x="38.0000" z="4" toolText="38.0000, 86" y="86"/><set x="6.0000" z="4" toolText="6.0000, 24" y="24"/><set x="23.2500" z="4" toolText="23.2500, 35" y="35"/><set x="15.5000" z="4" toolText="15.5000, 39" y="39"/><set x="17.4500" z="4" toolText="17.4500, 29" y="29"/><set x="39.0000" z="4" toolText="39.0000, 0" y="0"/><set x="62.5000" z="4" toolText="62.5000, 42" y="42"/><set x="9.2000" z="4" toolText="9.2000, 25" y="25"/><set x="81.0000" z="4" toolText="81.0000, 40" y="40"/><set x="10.0000" z="4" toolText="10.0000, 3" y="3"/><set x="21.0000" z="4" toolText="21.0000, 104" y="104"/><set x="9.0000" z="4" toolText="9.0000, 61" y="61"/><set x="4.5000" z="4" toolText="4.5000, 20" y="20"/><set x="14.0000" z="4" toolText="14.0000, 76" y="76"/><set x="31.2300" z="4" toolText="31.2300, 15" y="15"/><set x="43.9000" z="4" toolText="43.9000, 49" y="49"/><set x="45.6000" z="4" toolText="45.6000, 26" y="26"/><set x="25.8900" z="4" toolText="25.8900, 10" y="10"/><set x="12.5000" z="4" toolText="12.5000, 0" y="0"/><set x="32.0000" z="4" toolText="32.0000, 9" y="9"/><set x="2.5000" z="4" toolText="2.5000, 112" y="112"/><set x="14.0000" z="4" toolText="14.0000, 111" y="111"/><set x="18.0000" z="4" toolText="18.0000, 20" y="20"/><set x="19.0000" z="4" toolText="19.0000, 112" y="112"/><set x="26.0000" z="4" toolText="26.0000, 11" y="11"/><set x="18.0000" z="4" toolText="18.0000, 69" y="69"/><set x="18.4000" z="4" toolText="18.4000, 123" y="123"/><set x="9.6500" z="4" toolText="9.6500, 85" y="85"/><set x="14.0000" z="4" toolText="14.0000, 26" y="26"/><set x="46.0000" z="4" toolText="46.0000, 17" y="17"/><set x="19.4500" z="4" toolText="19.4500, 27" y="27"/><set x="9.5000" z="4" toolText="9.5000, 5" y="5"/><set x="12.0000" z="4" toolText="12.0000, 95" y="95"/><set x="9.5000" z="4" toolText="9.5000, 36" y="36"/><set x="12.7500" z="4" toolText="12.7500, 15" y="15"/><set x="20.0000" z="4" toolText="20.0000, 10" y="10"/><set x="16.2500" z="4" toolText="16.2500, 65" y="65"/><set x="53.0000" z="4" toolText="53.0000, 20" y="20"/><set x="7.0000" z="4" toolText="7.0000, 38" y="38"/><set x="32.8000" z="4" toolText="32.8000, 0" y="0"/><set x="7.4500" z="4" toolText="7.4500, 21" y="21"/><set x="24.0000" z="4" toolText="24.0000, 115" y="115"/><set x="38.0000" z="4" toolText="38.0000, 21" y="21"/><set x="19.5000" z="4" toolText="19.5000, 36" y="36"/><set x="13.2500" z="4" toolText="13.2500, 62" y="62"/><set x="55.0000" z="4" toolText="55.0000, 79" y="79"/><set x="34.0000" z="4" toolText="34.0000, 19" y="19"/><set x="28.5000" z="4" toolText="28.5000, 113" y="113"/><set x="49.3000" z="4" toolText="49.3000, 17" y="17"/><set x="43.9000" z="4" toolText="43.9000, 24" y="24"/><set x="33.2500" z="4" toolText="33.2500, 22" y="22"/><set x="21.0500" z="4" toolText="21.0500, 76" y="76"/><set x="17.0000" z="4" toolText="17.0000, 4" y="4"/><set x="14.0000" z="4" toolText="14.0000, 52" y="52"/><set x="12.5000" z="4" toolText="12.5000, 6" y="6"/><set x="36.0000" z="4" toolText="36.0000, 26" y="26"/><set x="15.0000" z="4" toolText="15.0000, 15" y="15"/><set x="21.5000" z="4" toolText="21.5000, 26" y="26"/><set x="34.8000" z="4" toolText="34.8000, 14" y="14"/><set x="15.0000" z="4" toolText="15.0000, 101" y="101"/><set x="10.0000" z="4" toolText="10.0000, 4" y="4"/><set x="7.7500" z="4" toolText="7.7500, 125" y="125"/><set x="18.0000" z="4" toolText="18.0000, 57" y="57"/><set x="13.0000" z="4" toolText="13.0000, 32" y="32"/></dataset>-<dataset anchorAlpha="80" color="28b8d5" seriesName="" anchorRadius="4" anchorBorderColor="ffffff" anchorBgColor="28b8d5"><set x="36.0000" z="4" toolText="36.0000, 78" y="78"/><set x="38.0000" z="4" toolText="38.0000, 34" y="34"/><set x="20.0000" z="4" toolText="20.0000, 26" y="26"/><set x="44.0000" z="4" toolText="44.0000, 106" y="106"/><set x="42.7000" z="4" toolText="42.7000, 0" y="0"/><set x="50.0000" z="4" toolText="50.0000, 240" y="240"/><set x="60.0000" z="4" toolText="60.0000, 30" y="30"/><set x="80.0000" z="4" toolText="80.0000, 12" y="12"/><set x="194.0000" z="4" toolText="194.0000, 58" y="58"/><set x="62.0000" z="4" toolText="62.0000, 62" y="62"/><set x="42.0000" z="4" toolText="42.0000, 44" y="44"/><set x="76.0000" z="4" toolText="76.0000, 172" y="172"/><set x="12.0000" z="4" toolText="12.0000, 48" y="48"/><set x="46.5000" z="4" toolText="46.5000, 70" y="70"/><set x="31.0000" z="4" toolText="31.0000, 78" y="78"/><set x="34.9000" z="4" toolText="34.9000, 58" y="58"/><set x="78.0000" z="4" toolText="78.0000, 0" y="0"/><set x="125.0000" z="4" toolText="125.0000, 84" y="84"/><set x="18.4000" z="4" toolText="18.4000, 50" y="50"/><set x="162.0000" z="4" toolText="162.0000, 80" y="80"/><set x="20.0000" z="4" toolText="20.0000, 6" y="6"/><set x="42.0000" z="4" toolText="42.0000, 208" y="208"/><set x="18.0000" z="4" toolText="18.0000, 122" y="122"/><set x="9.0000" z="4" toolText="9.0000, 40" y="40"/><set x="28.0000" z="4" toolText="28.0000, 152" y="152"/><set x="62.4600" z="4" toolText="62.4600, 30" y="30"/><set x="87.8000" z="4" toolText="87.8000, 98" y="98"/><set x="91.2000" z="4" toolText="91.2000, 52" y="52"/><set x="51.7800" z="4" toolText="51.7800, 20" y="20"/><set x="25.0000" z="4" toolText="25.0000, 0" y="0"/><set x="64.0000" z="4" toolText="64.0000, 18" y="18"/><set x="5.0000" z="4" toolText="5.0000, 224" y="224"/><set x="28.0000" z="4" toolText="28.0000, 222" y="222"/><set x="36.0000" z="4" toolText="36.0000, 40" y="40"/><set x="38.0000" z="4" toolText="38.0000, 224" y="224"/><set x="52.0000" z="4" toolText="52.0000, 22" y="22"/><set x="36.0000" z="4" toolText="36.0000, 138" y="138"/><set x="36.8000" z="4" toolText="36.8000, 246" y="246"/><set x="19.3000" z="4" toolText="19.3000, 170" y="170"/><set x="28.0000" z="4" toolText="28.0000, 52" y="52"/><set x="92.0000" z="4" toolText="92.0000, 34" y="34"/><set x="38.9000" z="4" toolText="38.9000, 54" y="54"/><set x="19.0000" z="4" toolText="19.0000, 10" y="10"/><set x="24.0000" z="4" toolText="24.0000, 190" y="190"/><set x="19.0000" z="4" toolText="19.0000, 72" y="72"/><set x="25.5000" z="4" toolText="25.5000, 30" y="30"/><set x="40.0000" z="4" toolText="40.0000, 20" y="20"/><set x="32.5000" z="4" toolText="32.5000, 130" y="130"/><set x="106.0000" z="4" toolText="106.0000, 40" y="40"/><set x="14.0000" z="4" toolText="14.0000, 76" y="76"/><set x="65.6000" z="4" toolText="65.6000, 0" y="0"/><set x="14.9000" z="4" toolText="14.9000, 42" y="42"/><set x="48.0000" z="4" toolText="48.0000, 230" y="230"/><set x="76.0000" z="4" toolText="76.0000, 42" y="42"/><set x="39.0000" z="4" toolText="39.0000, 72" y="72"/><set x="26.5000" z="4" toolText="26.5000, 124" y="124"/><set x="110.0000" z="4" toolText="110.0000, 158" y="158"/><set x="68.0000" z="4" toolText="68.0000, 38" y="38"/><set x="57.0000" z="4" toolText="57.0000, 226" y="226"/><set x="98.6000" z="4" toolText="98.6000, 34" y="34"/><set x="87.8000" z="4" toolText="87.8000, 48" y="48"/><set x="66.5000" z="4" toolText="66.5000, 44" y="44"/><set x="42.1000" z="4" toolText="42.1000, 152" y="152"/><set x="34.0000" z="4" toolText="34.0000, 8" y="8"/><set x="28.0000" z="4" toolText="28.0000, 104" y="104"/><set x="25.0000" z="4" toolText="25.0000, 12" y="12"/><set x="72.0000" z="4" toolText="72.0000, 52" y="52"/><set x="30.0000" z="4" toolText="30.0000, 30" y="30"/><set x="43.0000" z="4" toolText="43.0000, 52" y="52"/><set x="69.6000" z="4" toolText="69.6000, 28" y="28"/><set x="30.0000" z="4" toolText="30.0000, 202" y="202"/><set x="20.0000" z="4" toolText="20.0000, 8" y="8"/><set x="15.5000" z="4" toolText="15.5000, 250" y="250"/><set x="36.0000" z="4" toolText="36.0000, 114" y="114"/><set x="26.0000" z="4" toolText="26.0000, 64" y="64"/></dataset></graph>
  21. Is there any other possible solution to this? It should be identified as a bug.
  22. Scatter charts should be able to handle anchorSides = 1 because people do not always want to use a bubble chart to have one data series show up as a circle. In fact it does and it works well. The only problem is when using a legend. In javascript, the legend renders the circle symbol fine. However, in flash, the legend symbol is rendered as something completely different than whats on the chart. Generally showing up as a pentagon. Why does it do this/how do i fix it? <?xml version="1.0" encoding="utf-8" ?> - <graph showFCMenuItem="0" animation="1" Caption="Scatter Chart" bgColor="ffffff" showLabels="1" numberPrefix="" chartLeftMargin="" chartRightMargin="" chartTopMargin="" chartBottomMargin="" showBorder="0" unescapeLinks="0" imageSave="1" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" bgAlpha="100" canvasBgColor="f2f2f2" CanvasBorderColor="5b5b5b" divlinecolor="" yaxisname="data title" xaxisname="label title" showLegend="1" showNames="1" numVDivLines="" bubbleScale="" alternateHGridColor="f2f2f2" alternateVGridColor="f2f2f2" canvasBorderThickness="1"> - <styles> - <definition> <style name="ToolTipFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> <style name="CAPTIONFontStyle" type="font" font="Helvetica" size="24" color="5b5b5b" bold="1" /> <style name="YAXISVALUESFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> <style name="YAXISNAMEFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> <style name="DATAVALUESFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> <style name="DATALABELSFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> <style name="XAXISNAMEFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> <style name="LegendFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> </definition> - <application> <apply toObject="ToolTip" styles="ToolTipFontStyle" /> <apply toObject="CAPTION" styles="CAPTIONFontStyle" /> <apply toObject="YAXISVALUES" styles="YAXISVALUESFontStyle" /> <apply toObject="YAXISNAME" styles="YAXISNAMEFontStyle" /> <apply toObject="DATAVALUES" styles="DATAVALUESFontStyle" /> <apply toObject="DATALABELS" styles="DATALABELSFontStyle" /> <apply toObject="XAXISNAME" styles="XAXISNAMEFontStyle" /> <apply toObject="Legend" styles="LegendFontStyle" /> </application> </styles> - <categories verticalLineColor="666666" verticalLineThickness="1"> <category name="0" x="0" showVerticalLine="1" /> <category name="14" x="14" showVerticalLine="1" /> <category name="28" x="28" showVerticalLine="1" /> <category name="42" x="42" showVerticalLine="1" /> <category name="56" x="56" showVerticalLine="1" /> </categories> - <dataset anchorBgColor="cccccc" anchorBorderColor="424242" anchorSides="1" color="cccccc" seriesName="asdf" anchorAlpha="80"> <set y="39" x="18.0000" toolText="18.0000, 39" z="4" /> <set y="17" x="19.0000" toolText="19.0000, 17" z="4" /> <set y="13" x="10.0000" toolText="10.0000, 13" z="4" /> <set y="53" x="22.0000" toolText="22.0000, 53" z="4" /> <set y="0" x="21.3500" toolText="21.3500, 0" z="4" /> <set y="120" x="25.0000" toolText="25.0000, 120" z="4" /> <set y="15" x="30.0000" toolText="30.0000, 15" z="4" /> <set y="6" x="40.0000" toolText="40.0000, 6" z="4" /> <set y="29" x="97.0000" toolText="97.0000, 29" z="4" /> <set y="31" x="31.0000" toolText="31.0000, 31" z="4" /> <set y="22" x="21.0000" toolText="21.0000, 22" z="4" /> <set y="86" x="38.0000" toolText="38.0000, 86" z="4" /> <set y="24" x="6.0000" toolText="6.0000, 24" z="4" /> <set y="35" x="23.2500" toolText="23.2500, 35" z="4" /> <set y="39" x="15.5000" toolText="15.5000, 39" z="4" /> <set y="29" x="17.4500" toolText="17.4500, 29" z="4" /> <set y="0" x="39.0000" toolText="39.0000, 0" z="4" /> <set y="42" x="62.5000" toolText="62.5000, 42" z="4" /> <set y="25" x="9.2000" toolText="9.2000, 25" z="4" /> <set y="40" x="81.0000" toolText="81.0000, 40" z="4" /> <set y="3" x="10.0000" toolText="10.0000, 3" z="4" /> <set y="104" x="21.0000" toolText="21.0000, 104" z="4" /> <set y="61" x="9.0000" toolText="9.0000, 61" z="4" /> <set y="20" x="4.5000" toolText="4.5000, 20" z="4" /> <set y="76" x="14.0000" toolText="14.0000, 76" z="4" /> <set y="15" x="31.2300" toolText="31.2300, 15" z="4" /> <set y="49" x="43.9000" toolText="43.9000, 49" z="4" /> <set y="26" x="45.6000" toolText="45.6000, 26" z="4" /> <set y="10" x="25.8900" toolText="25.8900, 10" z="4" /> <set y="0" x="12.5000" toolText="12.5000, 0" z="4" /> <set y="9" x="32.0000" toolText="32.0000, 9" z="4" /> <set y="112" x="2.5000" toolText="2.5000, 112" z="4" /> <set y="111" x="14.0000" toolText="14.0000, 111" z="4" /> <set y="20" x="18.0000" toolText="18.0000, 20" z="4" /> <set y="112" x="19.0000" toolText="19.0000, 112" z="4" /> <set y="11" x="26.0000" toolText="26.0000, 11" z="4" /> <set y="69" x="18.0000" toolText="18.0000, 69" z="4" /> <set y="123" x="18.4000" toolText="18.4000, 123" z="4" /> <set y="85" x="9.6500" toolText="9.6500, 85" z="4" /> <set y="26" x="14.0000" toolText="14.0000, 26" z="4" /> <set y="17" x="46.0000" toolText="46.0000, 17" z="4" /> <set y="27" x="19.4500" toolText="19.4500, 27" z="4" /> <set y="5" x="9.5000" toolText="9.5000, 5" z="4" /> <set y="95" x="12.0000" toolText="12.0000, 95" z="4" /> <set y="36" x="9.5000" toolText="9.5000, 36" z="4" /> <set y="15" x="12.7500" toolText="12.7500, 15" z="4" /> <set y="10" x="20.0000" toolText="20.0000, 10" z="4" /> <set y="65" x="16.2500" toolText="16.2500, 65" z="4" /> <set y="20" x="53.0000" toolText="53.0000, 20" z="4" /> <set y="38" x="7.0000" toolText="7.0000, 38" z="4" /> <set y="0" x="32.8000" toolText="32.8000, 0" z="4" /> <set y="21" x="7.4500" toolText="7.4500, 21" z="4" /> <set y="115" x="24.0000" toolText="24.0000, 115" z="4" /> <set y="21" x="38.0000" toolText="38.0000, 21" z="4" /> <set y="36" x="19.5000" toolText="19.5000, 36" z="4" /> <set y="62" x="13.2500" toolText="13.2500, 62" z="4" /> <set y="79" x="55.0000" toolText="55.0000, 79" z="4" /> <set y="19" x="34.0000" toolText="34.0000, 19" z="4" /> <set y="113" x="28.5000" toolText="28.5000, 113" z="4" /> <set y="17" x="49.3000" toolText="49.3000, 17" z="4" /> <set y="24" x="43.9000" toolText="43.9000, 24" z="4" /> <set y="22" x="33.2500" toolText="33.2500, 22" z="4" /> <set y="76" x="21.0500" toolText="21.0500, 76" z="4" /> <set y="4" x="17.0000" toolText="17.0000, 4" z="4" /> <set y="52" x="14.0000" toolText="14.0000, 52" z="4" /> <set y="6" x="12.5000" toolText="12.5000, 6" z="4" /> <set y="26" x="36.0000" toolText="36.0000, 26" z="4" /> <set y="15" x="15.0000" toolText="15.0000, 15" z="4" /> <set y="26" x="21.5000" toolText="21.5000, 26" z="4" /> <set y="14" x="34.8000" toolText="34.8000, 14" z="4" /> <set y="101" x="15.0000" toolText="15.0000, 101" z="4" /> <set y="4" x="10.0000" toolText="10.0000, 4" z="4" /> <set y="125" x="7.7500" toolText="7.7500, 125" z="4" /> <set y="57" x="18.0000" toolText="18.0000, 57" z="4" /> <set y="32" x="13.0000" toolText="13.0000, 32" z="4" /> </dataset> </graph>
  23. Legend to match anchorSides to differentiate

    You can add a legend. It should display the same symbol unless you set anchorSides to 1 and your rendering in flash.
  24. Scatter charts should be able to handle anchorSides = 1 because people do not always want to use a bubble chart to have one data series show up as a circle. In fact it does and it works well. The only problem is when using a legend. In javascript, the legend renders the circle symbol fine. However, in flash, the legend symbol is rendered as something completely different than whats on the chart. Generally showing up as a pentagon. Why does it do this/how do i fix it? <?xml version="1.0" encoding="utf-8" ?> - <graph showFCMenuItem="0" animation="1" Caption="Scatter Chart" bgColor="ffffff" showLabels="1" numberPrefix="" chartLeftMargin="" chartRightMargin="" chartTopMargin="" chartBottomMargin="" showBorder="0" unescapeLinks="0" imageSave="1" imageSaveURL="rdTemplate/rdAnimatedChart/FCExporter.aspx" bgAlpha="100" canvasBgColor="f2f2f2" CanvasBorderColor="5b5b5b" divlinecolor="" yaxisname="data title" xaxisname="label title" showLegend="1" showNames="1" numVDivLines="" bubbleScale="" alternateHGridColor="f2f2f2" alternateVGridColor="f2f2f2" canvasBorderThickness="1"> - <styles> - <definition> <style name="ToolTipFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> <style name="CAPTIONFontStyle" type="font" font="Helvetica" size="24" color="5b5b5b" bold="1" /> <style name="YAXISVALUESFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> <style name="YAXISNAMEFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> <style name="DATAVALUESFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> <style name="DATALABELSFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> <style name="XAXISNAMEFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> <style name="LegendFontStyle" type="font" font="Helvetica" size="15" color="5b5b5b" bold="0" /> </definition> - <application> <apply toObject="ToolTip" styles="ToolTipFontStyle" /> <apply toObject="CAPTION" styles="CAPTIONFontStyle" /> <apply toObject="YAXISVALUES" styles="YAXISVALUESFontStyle" /> <apply toObject="YAXISNAME" styles="YAXISNAMEFontStyle" /> <apply toObject="DATAVALUES" styles="DATAVALUESFontStyle" /> <apply toObject="DATALABELS" styles="DATALABELSFontStyle" /> <apply toObject="XAXISNAME" styles="XAXISNAMEFontStyle" /> <apply toObject="Legend" styles="LegendFontStyle" /> </application> </styles> - <categories verticalLineColor="666666" verticalLineThickness="1"> <category name="0" x="0" showVerticalLine="1" /> <category name="14" x="14" showVerticalLine="1" /> <category name="28" x="28" showVerticalLine="1" /> <category name="42" x="42" showVerticalLine="1" /> <category name="56" x="56" showVerticalLine="1" /> </categories> - <dataset anchorBgColor="cccccc" anchorBorderColor="424242" anchorSides="1" color="cccccc" seriesName="asdf" anchorAlpha="80"> <set y="39" x="18.0000" toolText="18.0000, 39" z="4" /> <set y="17" x="19.0000" toolText="19.0000, 17" z="4" /> <set y="13" x="10.0000" toolText="10.0000, 13" z="4" /> <set y="53" x="22.0000" toolText="22.0000, 53" z="4" /> <set y="0" x="21.3500" toolText="21.3500, 0" z="4" /> <set y="120" x="25.0000" toolText="25.0000, 120" z="4" /> <set y="15" x="30.0000" toolText="30.0000, 15" z="4" /> <set y="6" x="40.0000" toolText="40.0000, 6" z="4" /> <set y="29" x="97.0000" toolText="97.0000, 29" z="4" /> <set y="31" x="31.0000" toolText="31.0000, 31" z="4" /> <set y="22" x="21.0000" toolText="21.0000, 22" z="4" /> <set y="86" x="38.0000" toolText="38.0000, 86" z="4" /> <set y="24" x="6.0000" toolText="6.0000, 24" z="4" /> <set y="35" x="23.2500" toolText="23.2500, 35" z="4" /> <set y="39" x="15.5000" toolText="15.5000, 39" z="4" /> <set y="29" x="17.4500" toolText="17.4500, 29" z="4" /> <set y="0" x="39.0000" toolText="39.0000, 0" z="4" /> <set y="42" x="62.5000" toolText="62.5000, 42" z="4" /> <set y="25" x="9.2000" toolText="9.2000, 25" z="4" /> <set y="40" x="81.0000" toolText="81.0000, 40" z="4" /> <set y="3" x="10.0000" toolText="10.0000, 3" z="4" /> <set y="104" x="21.0000" toolText="21.0000, 104" z="4" /> <set y="61" x="9.0000" toolText="9.0000, 61" z="4" /> <set y="20" x="4.5000" toolText="4.5000, 20" z="4" /> <set y="76" x="14.0000" toolText="14.0000, 76" z="4" /> <set y="15" x="31.2300" toolText="31.2300, 15" z="4" /> <set y="49" x="43.9000" toolText="43.9000, 49" z="4" /> <set y="26" x="45.6000" toolText="45.6000, 26" z="4" /> <set y="10" x="25.8900" toolText="25.8900, 10" z="4" /> <set y="0" x="12.5000" toolText="12.5000, 0" z="4" /> <set y="9" x="32.0000" toolText="32.0000, 9" z="4" /> <set y="112" x="2.5000" toolText="2.5000, 112" z="4" /> <set y="111" x="14.0000" toolText="14.0000, 111" z="4" /> <set y="20" x="18.0000" toolText="18.0000, 20" z="4" /> <set y="112" x="19.0000" toolText="19.0000, 112" z="4" /> <set y="11" x="26.0000" toolText="26.0000, 11" z="4" /> <set y="69" x="18.0000" toolText="18.0000, 69" z="4" /> <set y="123" x="18.4000" toolText="18.4000, 123" z="4" /> <set y="85" x="9.6500" toolText="9.6500, 85" z="4" /> <set y="26" x="14.0000" toolText="14.0000, 26" z="4" /> <set y="17" x="46.0000" toolText="46.0000, 17" z="4" /> <set y="27" x="19.4500" toolText="19.4500, 27" z="4" /> <set y="5" x="9.5000" toolText="9.5000, 5" z="4" /> <set y="95" x="12.0000" toolText="12.0000, 95" z="4" /> <set y="36" x="9.5000" toolText="9.5000, 36" z="4" /> <set y="15" x="12.7500" toolText="12.7500, 15" z="4" /> <set y="10" x="20.0000" toolText="20.0000, 10" z="4" /> <set y="65" x="16.2500" toolText="16.2500, 65" z="4" /> <set y="20" x="53.0000" toolText="53.0000, 20" z="4" /> <set y="38" x="7.0000" toolText="7.0000, 38" z="4" /> <set y="0" x="32.8000" toolText="32.8000, 0" z="4" /> <set y="21" x="7.4500" toolText="7.4500, 21" z="4" /> <set y="115" x="24.0000" toolText="24.0000, 115" z="4" /> <set y="21" x="38.0000" toolText="38.0000, 21" z="4" /> <set y="36" x="19.5000" toolText="19.5000, 36" z="4" /> <set y="62" x="13.2500" toolText="13.2500, 62" z="4" /> <set y="79" x="55.0000" toolText="55.0000, 79" z="4" /> <set y="19" x="34.0000" toolText="34.0000, 19" z="4" /> <set y="113" x="28.5000" toolText="28.5000, 113" z="4" /> <set y="17" x="49.3000" toolText="49.3000, 17" z="4" /> <set y="24" x="43.9000" toolText="43.9000, 24" z="4" /> <set y="22" x="33.2500" toolText="33.2500, 22" z="4" /> <set y="76" x="21.0500" toolText="21.0500, 76" z="4" /> <set y="4" x="17.0000" toolText="17.0000, 4" z="4" /> <set y="52" x="14.0000" toolText="14.0000, 52" z="4" /> <set y="6" x="12.5000" toolText="12.5000, 6" z="4" /> <set y="26" x="36.0000" toolText="36.0000, 26" z="4" /> <set y="15" x="15.0000" toolText="15.0000, 15" z="4" /> <set y="26" x="21.5000" toolText="21.5000, 26" z="4" /> <set y="14" x="34.8000" toolText="34.8000, 14" z="4" /> <set y="101" x="15.0000" toolText="15.0000, 101" z="4" /> <set y="4" x="10.0000" toolText="10.0000, 4" z="4" /> <set y="125" x="7.7500" toolText="7.7500, 125" z="4" /> <set y="57" x="18.0000" toolText="18.0000, 57" z="4" /> <set y="32" x="13.0000" toolText="13.0000, 32" z="4" /> </dataset> </graph>