Interface ISeries
User-defined series
public interface ISeries
Remarks
Intended for easy XAML binding
Properties
BufferSize
Maximum buffer size
uint BufferSize { get; set; }
Property Value
Color
Series color
SeriesColor? Color { get; set; }
Property Value
DataUpdateType
Determines how data updates are coodinated
DataUpdateTypes DataUpdateType { get; }
Property Value
DisplayType
Determines how series data is depicted
SeriesDisplayTypes DisplayType { get; set; }
Property Value
LineWidth
Series line width
double LineWidth { get; set; }
Property Value
SampleRate
Signal sample rate
uint SampleRate { get; set; }
Property Value
Source
Data capture source
DataSources Source { get; }
Property Value
XMax
Maximum time to display
double? XMax { get; set; }
Property Value
XMin
Minimum time to display
double? XMin { get; set; }
Property Value
YMax
Maximum amplitude to display
double? YMax { get; set; }
Property Value
YMin
Minimum amplitude to display
double? YMin { get; set; }