Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I display dotted gridlines on a waveformgraph

I'm using waveformgraph to display an analog voltage curve. It would be very handy to also show gridlines so that users can more easily read voltage values along the curve. Is there a way to display these?
 
Thanks,
Jan
0 Kudos
Message 1 of 2
(3,033 Views)

Yes. Right-click on the graph in the Windows Forms designer, and then click "Edit XAxes ..." in the context menu. Go to the MajorDivisions property, expand it, set GridVisible to true, and then set GridLineStyle to Dot. Repeat this for the YAxes.

- Elton

0 Kudos
Message 2 of 2
(3,023 Views)