Defines the list of min/max wave data values for waveform.
Useful for displaying the waveform generation in real-time.
Declaration Syntax
C# | Visual Basic |
public List<WaveDataMinMax> MinMax { get; set; }
Public Property MinMax As List(Of WaveDataMinMax) Get Set