HistoryTimeSeries Class

GF Charts Help
Implements time series with historical data manipulations
Inheritance Hierarchy

SystemObject
  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

public class HistoryTimeSeries : TimeSeriesBase, 
	IDataConsumer

The HistoryTimeSeries type exposes the following members.

Constructors

  NameDescription
Public methodHistoryTimeSeries
Top
Properties

  NameDescription
Public propertyAutoZoom
Determinates whether the series take a part in automatic zoom by Y-axis
(Inherited from TimeSeriesBase.)
Public propertyAxisType
Type of assigned axis Y: right (primary) or left (secondary)
(Inherited from TimeSeriesBase.)
Public propertyBearishCandle
Color of bearish candle
Public propertyBullishCandle
Color of bullish candle
Public propertyChartType
Chart type of the main series
(Inherited from TimeSeriesBase.)
Public propertyColor
Color of the main series
(Inherited from TimeSeriesBase.)
Public propertyContractInfo
Underlying contract info
(Overrides TimeSeriesBase.ContractInfo.)
Public propertyCurrentTimeframe
Returns current timeframe
(Overrides TimeSeriesBase.CurrentTimeframe.)
Public propertyHistogramAxis
Assigned histogram axis
Public propertyHistogramColor
Color of related histogram
Public propertyHistogramNumbersColor
Color of numbers of related histogram
Public propertyHistorySeriesTimeframe
Public propertyLines
For internal use only. Workaround to store and edit visual styles
(Inherited from TimeSeriesBase.)
Public propertySession
Session settings that used to filter bars
Public propertyShowDataBox
Determinates whether Y-axis runner are visible
(Inherited from TimeSeriesBase.)
Public propertyShowRunners
Determinates whether Y-axis runner are visible
(Inherited from TimeSeriesBase.)
Public propertyTitle
Symbol name
(Overrides TimeSeriesBase.Title.)
Public propertyTransparency
Transparency of Color of bearish candle, %
Public propertyVisible
Determinates whether series is visible
(Inherited from TimeSeriesBase.)
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDeepClone
Public methodDelete (Overrides TimeSeriesBaseDelete.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFind (Inherited from TimeSeriesBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetReference
Return the reference to OHLCV subseries
(Overrides TimeSeriesBaseGetReference(String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHistoryChanged
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodPrint (Inherited from TimeSeriesBase.)
Public methodRefresh
Refreshes content of the time series
(Inherited from TimeSeriesBase.)
Public methodRequestData(DateTime)
Public methodRequestData(Int32)
Public methodToString (Inherited from TimeSeriesBase.)
Top
Events

  NameDescription
Public eventHistogramUsingChanged
Public eventSeriesChanged (Inherited from TimeSeriesBase.)
Public eventTimeframeChanged
Top
See Also

Reference