Implements time series with historical data manipulations
Inheritance Hierarchy
SystemMarshalByRefObject
GF.Clients.Charts.TimeSeriesTimeSeriesBase
GF.Clients.Charts.TimeSeriesHistoryTimeSeries
Namespace: GF.Clients.Charts.TimeSeries
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
The HistoryTimeSeries type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HistoryTimeSeries |
Properties
| Name | Description | |
|---|---|---|
| AutoZoom |
Determinates whether the series take a part in automatic zoom by Y-axis
(Inherited from TimeSeriesBase.) | |
| AxisType |
Type of assigned axis Y: right (primary) or left (secondary)
(Inherited from TimeSeriesBase.) | |
| BearishCandle |
Color of bearish candle
| |
| BullishCandle |
Color of bullish candle
| |
| ChartType |
Chart type of the main series
(Inherited from TimeSeriesBase.) | |
| Color |
Color of the main series
(Inherited from TimeSeriesBase.) | |
| ContractInfo |
Underlying contract info
(Overrides TimeSeriesBase.ContractInfo.) | |
| CurrentTimeframe |
Returns current timeframe
(Overrides TimeSeriesBase.CurrentTimeframe.) | |
| HistogramAxis |
Assigned histogram axis
| |
| HistogramColor |
Color of related histogram
| |
| HistogramNumbersColor |
Color of numbers of related histogram
| |
| HistorySeriesTimeframe | ||
| Lines |
For internal use only. Workaround to store and edit visual styles
(Inherited from TimeSeriesBase.) | |
| Session |
Session settings that used to filter bars
| |
| ShowDataBox |
Determinates whether Y-axis runner are visible
(Inherited from TimeSeriesBase.) | |
| ShowRunners |
Determinates whether Y-axis runner are visible
(Inherited from TimeSeriesBase.) | |
| Title |
Symbol name
(Overrides TimeSeriesBase.Title.) | |
| Transparency |
Transparency of Color of bearish candle, %
| |
| Visible |
Determinates whether series is visible
(Inherited from TimeSeriesBase.) |
Methods
| Name | Description | |
|---|---|---|
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| DeepClone | ||
| Delete | (Overrides TimeSeriesBaseDelete.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Find | (Inherited from TimeSeriesBase.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetReference |
Return the reference to OHLCV subseries
(Overrides TimeSeriesBaseGetReference(String).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HistoryChanged | ||
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| (Inherited from TimeSeriesBase.) | ||
| Refresh |
Refreshes content of the time series
(Inherited from TimeSeriesBase.) | |
| RequestData(DateTime) | ||
| RequestData(Int32) | ||
| ToString | (Inherited from TimeSeriesBase.) |
Events
| Name | Description | |
|---|---|---|
| HistogramUsingChanged | ||
| SeriesChanged | (Inherited from TimeSeriesBase.) | |
| TimeframeChanged |
See Also