Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can then customize the point series corresponding to the measured data (nowby default, small white dots)

Code Block
languagepy
titleCustomize point series
dataSeries.Title = "Measurements"
dataSeries.Color = Color.Red
dataSeries.Size = 4
dataSeries.LineVisible = True
dataSeries.LineColor = Color.Black

...