ScottPlot
Loading...
Searching...
No Matches
Classes | Functions
ScottPlot.DataSources Namespace Reference

Classes

class  DataStreamerSource
 
class  FastSignalSourceDouble
 
class  OHLCSourceBase
 
class  SegmentedTree
 
class  SignalConstSource
 
class  SignalInterpolation
 
struct  SignalRangeY
 
class  SignalSourceBase
 
class  SignalSourceDouble
 
class  SignalSourceGenericArray
 
class  SignalSourceGenericList
 
class  SignalXYSourceDoubleArray
 
class  SignalXYSourceGenericArray
 

Functions

class DataLoggerSource (List< Coordinates > coordinates)
 

Function Documentation

◆ DataLoggerSource()

class ScottPlot.DataSources.DataLoggerSource ( List< Coordinates coordinates)

Return the vertical range covered by data between the given indices (inclusive)

Get the index associated with the given X position

Get the index associated with the given X position limited to the given range

Given a pixel column, return the pixels to render its line. If the column contains no data, no pixels are returned. If the column contains one point, return that one pixel. If the column contains multiple points, return 4 pixels: enter, min, max, and exit

Given a pixel column, return the pixels to render its line. If the column contains no data, no pixels are returned. If the column contains one point, return that one pixel. If the column contains multiple points, return 4 pixels: enter, min, max, and exit

If data is off to the screen to the left, returns information about the closest point off the screen

If data is off to the screen to the bottom, returns information about the closest point off the screen

If data is off to the screen to the right, returns information about the closest point off the screen

If data is off to the screen to the top, returns information about the closest point off the screen

Search the index associated with the given X position

Search the index associated with the given X position limited to the given range