The ChartDataSeries type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Frees resources related to this data series and unsubscribes from market data if necessary.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| LoadHistoricalChartData |
Loads historical chart data. Does not subscribe to live trades (use the Subscribe method instead for that).
| |
| LoadRealTimeChartData |
Loads historical chart data from the specified date until now and subscribes to live trades to keep this data series current with
real-time trade.
| |
| Lock |
Locks the data collection making it safe to enumerate.
| |
| MemberwiseClone | (Inherited from Object.) | |
| Reset |
Clears all data from the series and unsubsribes from all market data.
| |
| ToString |
Returns a string representation of this series.
(Overrides Object..::.ToString()()().) | |
| Unlock |
Unlocks the data collection allowing it to accept real-time updates.
|