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
EZPlotTypeBufferSwift
case buffer = 0 -
Plot that displays a rolling history of values using the RMS calculated for each incoming buffer
Declaration
Objective-C
EZPlotTypeRollingSwift
case rolling = 1
View on GitHub
EZPlotType Enum Reference