Interface IWaveformWithUnits
Represents an interface for a waveform with units.
public interface IWaveformWithUnits : IWaveform, IHasKey
- Inherited Members
Properties
XUnit
Gets the x unit.
string XUnit { get; }
Property Value
YUnit
Gets the y unit.
string YUnit { get; }