OhlcBarSeries Members
The OhlcBarSeries type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
OhlcBarSeries(Object, IReadOnlyList<(Of <<'(OhlcBar>)>>), ITimeScale, ITradingSchedule) |
Initializes a new read-only instance.
|
|
|
OhlcBarSeries(IReadOnlyList<(Of <<'(OhlcBar>)>>), ITimeScale, ITradingSchedule) |
See OhlcBarSeries.
Id of the created instance is left to nullNothingnullptra null reference (Nothing in Visual Basic).
|
|
|
OhlcBarSeries(Object, BindingList<(Of <<'(OhlcBar>)>>), ITimeScale, ITradingSchedule) |
Initializes a new instance backed by BindingList.
OhlcBars can be added to the backing list, in which case this instance
raises BarAdded event. Other types of changes to the backing list result
in a FinanceDataException.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose(Boolean) | |
|
|
Dispose()()()() | |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetColumn |
Gets the values of an OHLC column.
|
|
|
GetColumns |
Gets the OHLC columns as arrays.
|
|
|
GetEnumeratorInternal | (Inherited from OhlcSeries.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Resample(ITimeScale, ITradingSchedule) |
Creates a new instance with Resample(ITimeScale)
applied to Timestamps.
|
|
|
Resample(ITimeScale) |
Creates a new instance with Resample(ITimeScale) applied to
Timestamps.
(Inherited from OhlcSeries.) |
|
|
ToOhlcColumns |
Creates OhlcColumns from this instance.
|
|
|
ToPlot |
Generate an OhlcPlotModel of this series.
|
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
BarWidth |
Gets the BarWidth of Timestamps.
|
|
|
Count |
Gets the number of elements (IOhlcValues) in the collection.
|
|
|
Id |
Gets the ticker or other identifier. The runtime type can be chosen freely according to the
needs of the use case.
(Inherited from OhlcSeries.) |
|
|
InternalStructure | |
|
|
IsColumnStructured | (Inherited from OhlcSeries.) |
|
|
IsReadOnly | |
|
|
IsRowStructured | (Inherited from OhlcSeries.) |
|
|
Item[([( Int32])]) |
Gets the (timestamped) candle at index.
|
|
|
Item[([( DateTimeOffset])]) | |
|
|
Timestamps |
Gets the ITimestamps.
|

