Class CsvSeries
Csv file series object for binding as XAML content
public class CsvSeries : ISeries
- Inheritance
-
CsvSeries
- Implements
- Inherited Members
Constructors
CsvSeries()
public CsvSeries()
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
FilePath
Csv file path
public string FilePath { 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; }