EZPlotType
enum EZPlotType : NSInteger {}
The types of plots that can be displayed in the view using the data.
-
Plot that displays only the samples of the current buffer
Declaration
Objective-C
EZPlotTypeBuffer
Swift
case buffer = 0
-
Plot that displays a rolling history of values using the RMS calculated for each incoming buffer
Declaration
Objective-C
EZPlotTypeRolling
Swift
case rolling = 1