CLUC function to set some
FloatProperty
of some
PlotLine
of some
GUIChart
to a value.
First argument is the ID of the
GUIelement
. Second is the letter of the line,
under which it is stored in the
GUIChart
.
Third argument is the value to set this
FloatProperty
to.
Finally, the 4th argument is the unique ID of this
Property
.
This ordering is a bit counterintuitive, but it is so for technical reasons,
beyond the scope of this document.
This function isn't usually called by the user directly. It's used
when compiling setter calls, such as
CHART1.setLineX(20);
by the
DotNotationParser
.
Returns 0 if everything went well or -1, if the
GUIelement
reffered
by the ID is not a
GUIChart
.