Example: DeleteSnapshot method
This code example deletes the data captured on the trend chart and saved in a specified directory location with the name " FirstShift 09202001."
Private Sub DeleteMyTemplate() Trend1.DeleteSnapshot "FirstShift 09202001" End Sub
Provide Feedback