User:Jcreer/SMS:DMI Control Curve Elements

From XMS Wiki
< User:Jcreer
Revision as of 21:57, 10 March 2015 by Jcreer (talk | contribs) (Created page with "=====Element ''<x_column>'', ''<y_column>''===== {|class="wikitable" |- |width="70"|'''Info''' |width="530"|Used to define the attributes in the column such as text (heading)....")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Element <x_column>, <y_column>
Info Used to define the attributes in the column such as text (heading).
Versions 2
Attributes none
Children text
Used by control_curve
Example This example creates a curve button with the date/time flag.
<item>
    <control_curve>
        <unique_name>myCurve1</unique_name>
        <flags>XY_USEDATE</flags>
        <x_column>
           <text>Time
        </x_column>
        <y_column>
           <text>Velocity</text>  
        </y_column>	
    </control_curve>
  …