ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | Properties | List of all members
ScottPlot.PixelColumn Struct Reference

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

Public Member Functions

 PixelColumn (float x, float enter, float exit, float bottom, float top)
 
override string ToString ()
 

Static Public Member Functions

static PixelColumn WithoutData (float x)
 

Public Attributes

readonly float X
 
readonly float Enter
 
readonly float Exit
 
readonly float Bottom
 
readonly float Top
 

Properties

bool HasData [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ PixelColumn()

ScottPlot.PixelColumn.PixelColumn ( float  x,
float  enter,
float  exit,
float  bottom,
float  top 
)
inline

Member Function Documentation

◆ ToString()

override string ScottPlot.PixelColumn.ToString ( )
inline

◆ WithoutData()

static PixelColumn ScottPlot.PixelColumn.WithoutData ( float  x)
inlinestatic

Member Data Documentation

◆ Bottom

readonly float ScottPlot.PixelColumn.Bottom

◆ Enter

readonly float ScottPlot.PixelColumn.Enter

◆ Exit

readonly float ScottPlot.PixelColumn.Exit

◆ Top

readonly float ScottPlot.PixelColumn.Top

◆ X

readonly float ScottPlot.PixelColumn.X

Property Documentation

◆ HasData

bool ScottPlot.PixelColumn.HasData
get

The documentation for this struct was generated from the following file: