LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Change linetype in graph

Also, is it possible to change line type to say dashed or dotted in a linegraph?
0 Kudos
Message 1 of 2
(2,795 Views)
For plots of type: point, waveform, X, XY, Y, you can use the different line styles available, either while plotting (in the correspondent Plotxxxxx function) or after plotting via the SetPlotAttribute function (ATTR_LINE_STYLE attribute).
The line styles available are: solid, dash, dot, dash-dot, dash-dot-dot. Up to version 5.5 it's not possible to obtain other patterns.

Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,795 Views)