Example: Marker property
Private Sub ShowAsSquares() ' Display a square for each reading, instead of lines. ' Set the marker to a box. Trend1.Pens.Item(1).Marker = rstPolyBOXED ' Turn off the line connections. They are on by default. Trend1.PointConnectionStyle = rstNotConnected End Sub
Provide Feedback