[This is preliminary documentation and is subject to change.]
The CandleTimeSeries type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| CandleTimeSeries | Initializes a new instance of the CandleTimeSeries class |
Methods
| Name | Description | |
|---|---|---|
| Add(TSample) | (Inherited from TimeSeries TSample .) | |
| Add(ITimeSeriesSample) |
Adds sample to the series at the appropriate position.
This method respects MaxSamples and first deletes older samples making room for new additions
(Inherited from TimeSeries.) | |
| BuildViews |
Returns how many samples fit
(Inherited from TimeSeries.) | |
| Clear | (Inherited from TimeSeries.) | |
| Delete |
Deletes sample from the set. This method is not efficient as it does linear list scan
(Inherited from TimeSeries.) | |
| Destructor | (Inherited from TimeSeries.) | |
| Dispose |
Deterministically disposes object. DO NOT OVERRIDE this method, override Destructor() instead
(Inherited from DisposableObject.) | |
| EnsureObjectNotDisposed |
Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called
(Inherited from DisposableObject.) | |
Determines whether the specified object is equal to the current object. (Inherited from | ||
| Finalize | (Inherited from DisposableObject.) | |
Serves as the default hash function. (Inherited from | ||
| GetMaxSampleWidth |
Returns the maximum width of one sample extracted from all views
(Inherited from TimeSeries.) | |
| GetPaneNames |
Gets a list of distinct pane names ordered by occurence in this and all child series if includeChildren is true
(Inherited from TimeSeries.) | |
Gets the (Inherited from | ||
| LastXSamplesData | (Inherited from TimeSeries TSample .) | |
Creates a shallow copy of the current (Inherited from | ||
| ReplaceLast(TSample) | (Inherited from TimeSeries TSample .) | |
| ReplaceLast(ITimeSeriesSample) |
Replace last data sample.
This function requires that the new sample has the same timestamp
as the last sample in the time series data.
(Inherited from TimeSeries.) | |
| ReplaceSamples | (Inherited from TimeSeries.) | |
Returns a string that represents the current object. (Inherited from |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| Children |
Returns the children of this series
(Inherited from TimeSeries.) | |
| Data | (Inherited from TimeSeries TSample .) | |
| DataReveresed | (Inherited from TimeSeries TSample .) | |
| Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) | |
| DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) | |
| MaxSamples | (Inherited from TimeSeries.) | |
| Name |
Series name
(Inherited from TimeSeries.) | |
| Order |
Series order in the list of orders
(Inherited from TimeSeries.) | |
| Parent |
Returns parent of this series or null
(Inherited from TimeSeries.) | |
| SampleCount |
Sample count in this series, excluding children
(Inherited from TimeSeries.) | |
| Views |
Views that visualize the series data (may be more than one),
for example a market data may have 3 views that show open.close and volume as 3 views based on the same source
(Inherited from TimeSeries.) | |
| Visible |
Shows/hides all views
(Inherited from TimeSeries.) | |
| YLevels |
Returns the registry of horizontal levels on Y access
(Inherited from TimeSeries.) |
See Also