Type: | Trace attribute |
Description: | The plot style for the trace on the strip chart.
Note: when ATTR_ANTI_ALIASED_PLOTS is disabled, setting the plot style to VAL_FAT_LINE or VAL_FAT_STEP forces the line style to be solid, regardless of the value of ATTR_LINE_STYLE. |
Data Type: | integer |
Default Value: | VAL_THIN_LINE |
Values
VAL_THIN_LINE | A single thin line. |
VAL_FAT_LINE | A fat line. (On the Windows platform, this plot style forces the line style to be VAL_SOLID). |
VAL_CONNECTED_POINTS | A single thin line with asterisk characters at each plotted point. |
VAL_SCATTER | Asterisk characters at each plotted point with no lines connecting each point. |
VAL_THIN_STEP | A thin line stepping from one point to the next. |
VAL_FAT_STEP | A fat line stepping from one point to the next. |