Sampling Frequency

<number> output = <series>.Fs

Use to access the sampling frequency member of the data series.  Can be read or written.  This determines the x-location of each data sample when the data is plotted.

Examples:

mySeries.Fs = 1000;

var myFs = mySeries.Fs;