Use the serial connection component to send a command to a device when the serial connection is made. This command could be used to send configuration information to your Arduino sketch, or have [...]
Most aspects of a plots appearance can be controlled using commands sent from your Arduino sketch. These methods apply to both Time Plots and XY-Plots. They are included the Arduino Time Plot and [...]
Series styles set the color, marker and line-styles of series plotted on graphs. Series properties can be set by: using the SetSeriesProperties(…) function in your Arduino sketch (see [...]