bmcwhorter Report post Posted September 20, 2013 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> Share this post Link to post Share on other sites
Guest Rishab Report post Posted September 23, 2013 Hi,Please try changing the <graph> element to the <chart> element in the XML code. At our end issue is not replicated regarding "alpha" attribute for data set element.Please refer the attached sample code. Please check and share your valuable feedback. RealTime.zip Share this post Link to post Share on other sites
bmcwhorter Report post Posted September 24, 2013 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. Share this post Link to post Share on other sites
bmcwhorter Report post Posted September 25, 2013 This is actually a bug in flash. In javascript the alpha works properly however in flash it is completely ignored. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted September 30, 2013 (edited) Hi, We have tested and replicated the issue for Flash RealTimeColumn chart and further looking into this issue. Further any updates on this, we will keep you posted. Edited September 30, 2013 by Sashibhusan Share this post Link to post Share on other sites
bmcwhorter Report post Posted October 16, 2013 Any updates? Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted October 17, 2013 Hi, This issue is in progress state. Once the issue will be fixed from our end, we will update you soon. Share this post Link to post Share on other sites