Table of Contents

Struct PixelColumn

Namespace
ScottPlot
Assembly
ScottPlot.dll

This data structure describes a single vertical column of pixels that represents the Y span of an X range of data points.

public readonly struct PixelColumn
Inherited Members
Extension Methods

Constructors

PixelColumn(float, float, float, float, float)

public PixelColumn(float x, float enter, float exit, float bottom, float top)

Parameters

x float
enter float
exit float
bottom float
top float

Fields

Bottom

public readonly float Bottom

Field Value

float

Enter

public readonly float Enter

Field Value

float

Exit

public readonly float Exit

Field Value

float

Top

public readonly float Top

Field Value

float

X

public readonly float X

Field Value

float

Properties

HasData

public bool HasData { get; }

Property Value

bool

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

WithoutData(float)

public static PixelColumn WithoutData(float x)

Parameters

x float

Returns

PixelColumn