Change the appearance and properties of data series by:
- using the Series Properties window, or
- by sending commands to the plot visualizer from your Arduino sketch.
You can also create default series styles that are used when a series is first created.
Series Properties Window
Select a series by clicking on it with the select tool () active, then use the Series Properties button () on the plot visualizer toolbar to open the series properties window.
Symbol/Marker
The symbol is drawn at each data point on the series. Select the symbol from the drop-down list, its size using the numeric control and color by clicking the color swatch. Select None from the drop-down list to hide the symbol.
Use symbol constants or characters to set symbols when sending data to a time-plot or XY-plot visualizer.
Line
Sets the color and style of the (optional) line drawing between data-points in the series. Select the line-style from the drop-down list, its size using the numeric control and color by clicking the color swatch. Un-check the Show box to draw the data points without a line connecting them.
Use line-constants or characters to set the line style and width when sending data to a time-plot or XY-plot visualizer.
Axis
Controls whether the series attached to the left or right axes. Use the plot properties to control visibility of each axes.
Use the AxisOption
parameter to change the axis used by a series when sending data to a time-plot or XY-plot visualizer.