Projects: TEEMSS2 : DataNotes
This page last changed on Mar 02, 2005 by scytacki.
<OTDataGraphable>
<dataNotes>
<OTDataNote xVal="8">
<text>This is the top of the first hump</text>
</OTDataNote>
...
</dataNotes>
</OTDataGraphable>
I have thought before that maybe that should be associated with the In that case it would be something like: <OTDataStore> <values> .... </values> <dataNotes> <OTDataNote xValue="8" yValue="10" xColumn="0" yColumn="1"> <text>This is the top of the first hump</text> </OTDataNote> ... </dataNotes> </OTDataStore> The xColumn and yColumn would default to 0 and 1 respectively. Most of this data is not going to have two y values for the same x on A flaw with this is that you can't put a note on several columns at |
Document generated by Confluence on Jan 27, 2014 16:43 |