Table of Contents

Struct SignalRangeY

Namespace
ScottPlot.DataSources
Assembly
ScottPlot.dll
public readonly struct SignalRangeY
Inherited Members
Extension Methods

Constructors

SignalRangeY(double, double)

public SignalRangeY(double min, double max)

Parameters

min double
max double

Properties

Max

public double Max { get; }

Property Value

double

Min

public double Min { get; }

Property Value

double

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.