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

Public Member Functions

 OHLC (double open, double high, double low, double close)
 
 OHLC (double open, double high, double low, double close, DateTime start, TimeSpan span)
 
readonly OHLC Clone ()
 
readonly OHLC WithOpen (double price)
 
readonly OHLC WithHigh (double price)
 
readonly OHLC WithLow (double price)
 
readonly OHLC WithClose (double price)
 
readonly OHLC WithDate (DateTime dateTime)
 
readonly OHLC WithTimeSpan (TimeSpan timeSpan)
 
readonly OHLC ShiftedBy (TimeSpan timeSpan)
 
readonly OHLC ShiftedBy (double delta)
 

Properties

double Open [get, set]
 
double High [get, set]
 
double Low [get, set]
 
double Close [get, set]
 
DateTime DateTime [get, set]
 
TimeSpan TimeSpan [get, set]
 

Constructor & Destructor Documentation

◆ OHLC() [1/2]

ScottPlot.OHLC.OHLC ( double  open,
double  high,
double  low,
double  close 
)
inline

◆ OHLC() [2/2]

ScottPlot.OHLC.OHLC ( double  open,
double  high,
double  low,
double  close,
DateTime  start,
TimeSpan  span 
)
inline

Member Function Documentation

◆ Clone()

readonly OHLC ScottPlot.OHLC.Clone ( )
inline

◆ ShiftedBy() [1/2]

readonly OHLC ScottPlot.OHLC.ShiftedBy ( double  delta)
inline

◆ ShiftedBy() [2/2]

readonly OHLC ScottPlot.OHLC.ShiftedBy ( TimeSpan  timeSpan)
inline

◆ WithClose()

readonly OHLC ScottPlot.OHLC.WithClose ( double  price)
inline

◆ WithDate()

readonly OHLC ScottPlot.OHLC.WithDate ( DateTime  dateTime)
inline

◆ WithHigh()

readonly OHLC ScottPlot.OHLC.WithHigh ( double  price)
inline

◆ WithLow()

readonly OHLC ScottPlot.OHLC.WithLow ( double  price)
inline

◆ WithOpen()

readonly OHLC ScottPlot.OHLC.WithOpen ( double  price)
inline

◆ WithTimeSpan()

readonly OHLC ScottPlot.OHLC.WithTimeSpan ( TimeSpan  timeSpan)
inline

Property Documentation

◆ Close

double ScottPlot.OHLC.Close
getset

◆ DateTime

DateTime ScottPlot.OHLC.DateTime
getset

◆ High

double ScottPlot.OHLC.High
getset

◆ Low

double ScottPlot.OHLC.Low
getset

◆ Open

double ScottPlot.OHLC.Open
getset

◆ TimeSpan

TimeSpan ScottPlot.OHLC.TimeSpan
getset

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