Syntax: Trace.PlotXY(level, x, y, tag)
the tag determines how and where your data is plotted in the server counterpart. the message consists of two mandatory parts: plot_name and curve_name in the form plot_name/curve_name
PlotXY(lvl, 1.0f, 2.0f, "my_plot/curve1");
Copyright (c) 2012. All rights reserved.
|