Table of Contents

Class OHLCSourceList

Namespace
ScottPlot.DataSources
Assembly
ScottPlot.dll
public class OHLCSourceList : OHLCSourceBase, IOHLCSource
Inheritance
OHLCSourceList
Implements
Inherited Members
Extension Methods

Constructors

OHLCSourceList(List<OHLC>)

public OHLCSourceList(List<OHLC> prices)

Parameters

prices List<OHLC>

Properties

Count

public override int Count { get; }

Property Value

int

Methods

GetOHLCs()

public override IReadOnlyList<OHLC> GetOHLCs()

Returns

IReadOnlyList<OHLC>