Table of Contents

Interface ISeries

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

User-defined series

public interface ISeries

Remarks

Intended for easy XAML binding

Properties

BufferSize

Maximum buffer size

uint BufferSize { get; set; }

Property Value

uint

Color

Series color

SeriesColor? Color { get; set; }

Property Value

SeriesColor

DataUpdateType

Determines how data updates are coodinated

DataUpdateTypes DataUpdateType { get; }

Property Value

DataUpdateTypes

DisplayType

Determines how series data is depicted

SeriesDisplayTypes DisplayType { get; set; }

Property Value

SeriesDisplayTypes

LineWidth

Series line width

double LineWidth { get; set; }

Property Value

double

SampleRate

Signal sample rate

uint SampleRate { get; set; }

Property Value

uint

Source

Data capture source

DataSources Source { get; }

Property Value

DataSources

XMax

Maximum time to display

double? XMax { get; set; }

Property Value

double?

XMin

Minimum time to display

double? XMin { get; set; }

Property Value

double?

YMax

Maximum amplitude to display

double? YMax { get; set; }

Property Value

double?

YMin

Minimum amplitude to display

double? YMin { get; set; }

Property Value

double?