OhlcBarSeries Constructor
Overload List
| 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.
|

