Table of Contents

Struct PixelRangeY

Namespace
ScottPlot
Assembly
ScottPlot.dll

Represents a range of pixels between two pixels on the vertical axis used in Signal plots. The value of Top will be SMALLER than the value of Bottom.

public struct PixelRangeY
Inherited Members
Extension Methods

Constructors

PixelRangeY(float, float)

Represents a range of pixels between two pixels on the vertical axis used in Signal plots. The value of Top will be SMALLER than the value of Bottom.

public PixelRangeY(float y1, float y2)

Parameters

y1 float
y2 float

Properties

Bottom

public readonly float Bottom { get; }

Property Value

float

Span

public readonly float Span { get; }

Property Value

float

Top

public readonly float Top { get; }

Property Value

float

Methods

Contains(float)

public readonly bool Contains(float position)

Parameters

position float

Returns

bool

Expand(float)

public void Expand(float value)

Parameters

value float

ToString()

Returns the fully qualified type name of this instance.

public override readonly string ToString()

Returns

string

The fully qualified type name.