Table of Contents

Class CsvSeries

Namespace
LiveScope.Net.XAML
Assembly
LiveScope.Net.dll

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

uint

Color

Series color

public SeriesColor? Color { get; set; }

Property Value

SeriesColor

DataUpdateType

Determines how data updates are coodinated

public DataUpdateTypes DataUpdateType { get; set; }

Property Value

DataUpdateTypes

DisplayType

Determines how series data is depicted

public SeriesDisplayTypes DisplayType { get; set; }

Property Value

SeriesDisplayTypes

FilePath

Csv file path

public string FilePath { get; set; }

Property Value

string

LineWidth

Series line width

public double LineWidth { get; set; }

Property Value

double

SampleRate

Signal sample rate

public uint SampleRate { get; set; }

Property Value

uint

Source

Data capture source

public DataSources Source { get; }

Property Value

DataSources

XMax

Maximum time to display

public double? XMax { get; set; }

Property Value

double?

XMin

Minimum time to display

public double? XMin { get; set; }

Property Value

double?

YMax

Maximum amplitude to display

public double? YMax { get; set; }

Property Value

double?

YMin

Minimum amplitude to display

public double? YMin { get; set; }

Property Value

double?