Sign in to follow this  
bmcwhorter

dataStream chart data set alpha

Recommended Posts

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

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

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
Guest Sashibhusan

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 by Sashibhusan

Share this post


Link to post
Share on other sites
Guest Sashibhusan

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this