Versions Compared

Key

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

...

You can then customize the point series corresponding tot he to the measured data (now, tiny difficult to see 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

...