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
Properties
Max
public double Max { get; }
Property Value
Min
public double Min { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.