load datetime line data
Posted: Wed Aug 15, 2012 5:56 pm
I have been struggling with inputting line data. An example of XML, text, URL input for lines, especially with dates on the X axis, would be very much appreciated. Ultimately I am looking to output line series data from TChart VCL that could be read by TChart Javascript. XML output of line series data from TChart VCL does not seem to be readable by XML input in TChart Javascript.
Tchart VCL XML output:
series title="Total" type="Line" color="#FF0000">
<points count="76">
<point text="03/03/03" X="37683" Y="30"/>
<point text="03/10/03" X="37690" Y="32"/>
<point text="03/17/03" X="37697" Y="36"/>
<point text="03/24/03" X="37704" Y="38"/>
...
</points>
</series
Tchart VCL XML output:
series title="Total" type="Line" color="#FF0000">
<points count="76">
<point text="03/03/03" X="37683" Y="30"/>
<point text="03/10/03" X="37690" Y="32"/>
<point text="03/17/03" X="37697" Y="36"/>
<point text="03/24/03" X="37704" Y="38"/>
...
</points>
</series