LiveCharts.ChartUpdater.UpdateFrequency C# (CSharp) Method

UpdateFrequency() public method

Updates the frequency.
public UpdateFrequency ( System.TimeSpan freq ) : void
freq System.TimeSpan The freq.
return void
        public virtual void UpdateFrequency(TimeSpan freq)
        {
            throw new NotImplementedException();
        }