Interface IWaveform
Represents an interface for a waveform.
public interface IWaveform : IHasKey
- Inherited Members
Properties
Points
Gets the points of the waveform.
IPointCollection Points { get; }
Property Value
StartTime
Gets the start time. It depends on implementation, when the start time is set.
DateTime? StartTime { get; }
Property Value
XUnit
Gets the x unit.
string XUnit { get; }
Property Value
YUnit
Gets the y unit.
string YUnit { get; }