WavechartAddWaveform Method (String, Color, Int32, Boolean) |
Namespace: Accord.Controls
Adds new empty waveform to the collection of waves. To update this wave the UpdateWaveform(String, Single) method should be used.
Adds new empty data series to the collection of data series.
The updateYRange parameter specifies if the waveform may affect displayable Y range. If the value is set to false, then displayable Y range is not updated, but used the range, which was specified by user (see RangeY property). In the case if the value is set to true, the displayable Y range is recalculated to fully fit the new data series.