Class AudioSeries
Audio series object for binding as XAML content
public class AudioSeries : ISeries
- Inheritance
-
AudioSeries
- Implements
- Inherited Members
Constructors
AudioSeries()
public AudioSeries()
Properties
BufferSize
Maximum buffer size
public uint BufferSize { get; set; }
Property Value
Color
Series color
public SeriesColor? Color { get; set; }
Property Value
DataUpdateType
Determines how data updates are coodinated
public DataUpdateTypes DataUpdateType { get; set; }
Property Value
DisplayType
Determines how series data is depicted
public SeriesDisplayTypes DisplayType { get; set; }
Property Value
LineWidth
Series line width
public double LineWidth { get; set; }
Property Value
SampleRate
Signal sample rate
public uint SampleRate { get; set; }
Property Value
Source
Data capture source
public DataSources Source { get; }
Property Value
XMax
Maximum time to display
public double? XMax { get; set; }
Property Value
XMin
Minimum time to display
public double? XMin { get; set; }
Property Value
YMax
Maximum amplitude to display
public double? YMax { get; set; }
Property Value
YMin
Minimum amplitude to display
public double? YMin { get; set; }