Click or drag to resize

OhlcDataRoutines Methods

LightningChart .NET Help

The OhlcDataRoutines type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetCloseValuesFromOhlcData
Gets Close values from data.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetHighValuesFromOhlcData
Gets High values from data
Public methodStatic memberGetLowValuesFromOhlcData
Gets Low values from data
Public methodStatic memberGetMinimumIntervalSeconds
Gets data interval in seconds. If there are gaps in the data, e.g. non-trading days, it removes their affect, and targets in the actual trading days.
Public methodStatic memberGetOpenInterestValuesFromOhlcData
Gets Open Interest values from data
Public methodStatic memberGetOpenValuesFromOhlcData
Gets Open values from data
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetVolumeValuesFromOhlcData
Gets Volume values from data
Public methodStatic memberGetXValuesAsXAxisValues
Get X values as XAxis values from given OHLC data.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also