ChaZy

Members
  • Content count

    3
  • Joined

  • Last visited

Everything posted by ChaZy

  1. Info: Chart loaded and initialized. Initial Width: 300 Initial Height: 200 Scale Mode: noScale Debug Mode: Yes Application Message Language: EN Version: 3.1.1 Chart Type: Real-time Multi Series 2D Line Chart Chart Objects: BACKGROUND CANVAS CAPTION SUBCAPTION XAXISNAME YAXISNAME DIVLINES VDIVLINES YAXISVALUES HGRID VGRID DATALABELS DATAVALUES REALTIMEVALUE TRENDLINES TRENDVALUES DATAPLOT ANCHORS TOOLTIP VLINES VLINELABELS LEGEND INFO: XML Data provided using dataXML method. XML Data: <chart Caption="" SubCaption="" xAxisName="" yAxisName="" showPercentageValues="0" exportEnabled="1" exportHandler="/ChartExporter/FCExporter.aspx" exportAtClient="0" exportAction="DOWNLOAD" dataStreamURL="/Transaction/GetAmountCurrentTransaction/" updateInterval="0.2" showRealTimeValue="1"><dataSet seriesName="Transactions" showValues="0" /></chart> ------------------------------------------------------------------------------------------------------------------ Above u see my debug information. Im building a realtime line chart but it doesnt seem to read the dataStreamURL. The output from the URL is : &value=1488621324 Can anyone tell me what im missing...
  2. Hi all, Can anyone help me with my problem. I have a multie line chart and i want to display the legend for this chart. I build my xml file just as in the example project but the legend doesnt get displayed :crying:. see my debug info in the text file :hehe:. Can anyone tell me whats going wrong ? Thanks in advance :smooooth:! debuginfo.txt
  3. Not showing Legend

    omg :crazy: its always the little things that are hard to find! Thanks for the fast reply! its fixed now