Example: CreateSnapshot and Add methods
This code example captures the data currently displayed on the trend chart and saves it as a snapshot with the name "FirstShift 09202002". Then it adds the snapshot as an overlay.
Trend1.CreateSnapshot "FirstShift 09202002" Trend1.Overlays.Add "FirstShift 09202002"
Provide Feedback