CreateSnapshot method
Creates a snapshot containing the data currently displayed in the trend chart. You can overlay multiple snapshots on the same trend chart to compare data.
Syntax
Trend
.CreateSnapshot
(SnapshotName
)where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.SnapshotName
- is a parameter of the type String that specifies the name of the snapshot.Provide Feedback