ColumnarData
A column-based data set with all columns of the same size (not necessary fixed in time). The column could be retrieved by a get operation.
Functions
Properties
Inheritors
Extensions
Link copied to clipboard
fun <T> ColumnarData<T>.asXYData(xSymbol: Symbol, ySymbol: Symbol): XYColumnarData<T, T, T>
Content copied to clipboard
Represent a ColumnarData as an XYColumnarData. The presence or respective columns is checked on creation.
Link copied to clipboard