Table of Contents

Class OHLCSourceArray

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

Constructors

OHLCSourceArray(OHLC[])

public OHLCSourceArray(OHLC[] prices)

Parameters

prices OHLC[]

Properties

Count

public override int Count { get; }

Property Value

int

Methods

GetOHLCs()

public override IReadOnlyList<OHLC> GetOHLCs()

Returns

IReadOnlyList<OHLC>