Inheritance Hierarchy
SystemMarshalByRefObject
GF.Clients.Charts.TimeSeriesTimeSeriesBase
GF.Clients.Charts.TimeSeries.IndicatorsIndicator
GF.Clients.Charts.TimeSeries.IndicatorsPeriodicIndicator
GF.Clients.Charts.TimeSeries.IndicatorsWindowCalculatedIndicator
GF.Clients.Charts.TimeSeries.IndicatorsTangentLinearRegression
Namespace: GF.Clients.Charts.TimeSeries.Indicators
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
The TangentLinearRegression type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TangentLinearRegression |
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.) | |
| ChartType |
Chart type of the main series
(Inherited from TimeSeriesBase.) | |
| Color |
Color of the main series
(Inherited from TimeSeriesBase.) | |
| ContractInfo |
Returns the contract-related context
(Inherited from Indicator.) | |
| Displacement | (Inherited from Indicator.) | |
| HistoricalPeriod | (Inherited from Indicator.) | |
| Input |
For internal use only
(Inherited from Indicator.) | |
| Lines |
For internal use only. Workaround to store and edit visual styles
(Inherited from TimeSeriesBase.) | |
| Multiplier | ||
| RegressionOrder | ||
| ShowDataBox |
Determinates whether Y-axis runner are visible
(Inherited from TimeSeriesBase.) | |
| ShowRunners |
Determinates whether Y-axis runner are visible
(Inherited from TimeSeriesBase.) | |
| SkipWindowFirstBars |
Option to Skip 'Window' first bars
(Inherited from PeriodicIndicator.) | |
| TickByTickUpdate | (Inherited from Indicator.) | |
| Visible |
Determinates whether series is visible
(Inherited from TimeSeriesBase.) | |
| Window |
Period of the indicator
(Inherited from PeriodicIndicator.) |
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.) | |
| Delete |
Deletes the indicator from the chart
(Inherited from Indicator.) | |
| 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 |
Returns a reference to one of data series or value sequence from data series like 'Close', 'Open', 'Top'
(Inherited from TimeSeriesBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| (Inherited from TimeSeriesBase.) | ||
| Recalculate(RecalculateArg) | (Inherited from WindowCalculatedIndicator.) | |
| Recalculate(Int32, Int32, Series, StockArray, DataChangedMode, CustomIndicatorInternal) |
Calls recalculation procedure (after pre-calculation preparation) with external input data
(Inherited from Indicator.) | |
| Refresh |
Refreshes content of the time series
(Inherited from TimeSeriesBase.) | |
| ToString | (Inherited from TimeSeriesBase.) |
Events
| Name | Description | |
|---|---|---|
| HistoricalPeriodChanged | (Inherited from Indicator.) | |
| SeriesChanged | (Inherited from TimeSeriesBase.) |
See Also