TimeSeriesBase Class

GF Charts Help
Base class of time series like historical series and indicators
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    GF.Clients.Charts.TimeSeriesTimeSeriesBase
      GF.Clients.Charts.TimeSeriesHistoryTimeSeries
      GF.Clients.Charts.TimeSeries.IndicatorsIndicator

Namespace:  GF.Clients.Charts.TimeSeries
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public abstract class TimeSeriesBase : MarshalByRefObject

The TimeSeriesBase type exposes the following members.

Properties

  NameDescription
Public propertyAutoZoom
Determinates whether the series take a part in automatic zoom by Y-axis
Public propertyAxisType
Type of assigned axis Y: right (primary) or left (secondary)
Public propertyChartType
Chart type of the main series
Public propertyColor
Color of the main series
Public propertyLines
For internal use only. Workaround to store and edit visual styles
Public propertyShowDataBox
Determinates whether Y-axis runner are visible
Public propertyShowRunners
Determinates whether Y-axis runner are visible
Public propertyVisible
Determinates whether series is visible
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 methodDelete
Deletes the time series from the chart
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFind
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
Returns a reference to one of data series or value sequence from data series like 'Close', 'Open', 'Top'
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodPrint
Public methodRefresh
Refreshes content of the time series
Public methodToString (Overrides ObjectToString.)
Top
Events

  NameDescription
Public eventSeriesChanged
Top
See Also

Reference