Base class of time series like historical series and indicators
Inheritance Hierarchy
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
The TimeSeriesBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AutoZoom |
Determinates whether the series take a part in automatic zoom by Y-axis
|
![]() | AxisType |
Type of assigned axis Y: right (primary) or left (secondary)
|
![]() | ChartType |
Chart type of the main series
|
![]() | Color |
Color of the main series
|
![]() | Lines |
For internal use only. Workaround to store and edit visual styles
|
![]() | ShowDataBox |
Determinates whether Y-axis runner are visible
|
![]() | ShowRunners |
Determinates whether Y-axis runner are visible
|
![]() | Visible |
Determinates whether series is visible
|
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 time series from the chart
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Find | |
![]() | 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'
|
![]() | 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.) |
![]() | ||
![]() | Refresh |
Refreshes content of the time series
|
![]() | ToString | (Overrides ObjectToString.) |
Events
Name | Description | |
---|---|---|
![]() | SeriesChanged |
See Also