Class DataLoggerWithCharts
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DataLoggerWithCharts
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.UtilityGUI
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DataLoggerWithCharts : DataLogger, IEquatable<APIBase>
Properties
LoggedItems
Declaration
public ReadOnlyCollection<DataLoggerItem> LoggedItems { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<DataLoggerItem> |
Implements
System.IEquatable<T>