The base class of point (expressed as double value) series
Inheritance Hierarchy
GF.Clients.Charts.TimeSeriesSeries
More...
Namespace: GF.Clients.Charts.TimeSeries
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
The Series type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ItemInt32 |
Returns the offset series
|
![]() ![]() | ItemInt32, SeriesOrder |
The access to individual points of the series by index.
|
![]() | Length |
Number of values in the series
|
![]() ![]() | PointStyles |
Access to visual style of points on the chart
|
![]() | Text |
Human readable description of the series
|
![]() | Timestamps |
Access to timestamps of corresponding points.
|
![]() | Value |
Access to the latest point of the series
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsEmpty |
Determinates whether the point value is missing or undefined
|
![]() | ToString |
Human readable description of the series
(Overrides ObjectToString.) |
![]() ![]() | ValuesEqual | |
![]() ![]() | ValuesNotEqual |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition(Double, Series) |
Adds value to values of specified Series
|
![]() ![]() | Addition(Series, Series) |
Adds values of two specified Series
|
![]() ![]() | Addition(Series, Double) |
Adds value to values of specified Series
|
![]() ![]() | BitwiseAnd |
Returns a Series indicating whether values of both specified Series is not zero
|
![]() ![]() | BitwiseOr |
Returns a Series indicating whether values of one of specified Series is not zero
|
![]() ![]() | Division(Double, Series) |
Divides specified value by values of specified Series
|
![]() ![]() | Division(Series, Series) |
Divides values of two specified Series
|
![]() ![]() | Division(Series, Double) |
Divides values of specified Series by specified value
|
![]() ![]() | (Boolean to Series) |
Converts boolean value to Series for further operations
|
![]() ![]() | (Double to Series) |
Converts a double to a Series
|
![]() ![]() | (Int32 to Series) |
Converts a integer to a Series
|
![]() ![]() | (Series to Int32) |
Converts the latest value of specified Series to integer
|
![]() ![]() | False | |
![]() ![]() | GreaterThan(Double, Series) |
Returns a Series indicating whether values of specified Series is greater than corresponding values of another specified Series
|
![]() ![]() | GreaterThan(Series, Series) |
Returns a Series indicating whether values of specified Series is greater than corresponding values of another specified Series
|
![]() ![]() | GreaterThan(Series, Double) |
Returns a Series indicating whether values of specified Series is greater than corresponding values of another specified Series
|
![]() ![]() | GreaterThanOrEqual |
Returns a Series indicating whether values of specified Series is greater or equal than corresponding values of another specified Series
|
![]() ![]() | (Series to Boolean) |
Determinates whether the latest value of specified Series is not zero
|
![]() ![]() | (Series to StoredColor) | |
![]() ![]() | (Series to Double) |
Converts a Series to a double
|
![]() ![]() | LessThan(Double, Series) |
Returns a Series indicating whether values of specified Series is lesser than corresponding values of another specified Series
|
![]() ![]() | LessThan(Series, Series) |
Returns a Series indicating whether values of specified Series is lesser than corresponding values of another specified Series
|
![]() ![]() | LessThan(Series, Double) |
Returns a Series indicating whether values of specified Series is lesser than corresponding values of another specified Series
|
![]() ![]() | LessThanOrEqual |
Returns a Series indicating whether values of specified Series is lesser or equal than corresponding values of another specified Series
|
![]() ![]() | Multiply(Double, Series) |
Multiplies value and values of specified Series
|
![]() ![]() | Multiply(Series, Series) |
Multiplies values of two specified Series
|
![]() ![]() | Multiply(Series, Double) |
Multiplies value and values of specified Series
|
![]() ![]() | Subtraction(Double, Series) |
Subtracts values of specified Series from value
|
![]() ![]() | Subtraction(Series, Series) |
Subtracts values of two specified Series
|
![]() ![]() | Subtraction(Series, Double) |
Subtracts value from values of specified Series
|
![]() ![]() | True |
See Also
Reference
Inheritance Hierarchy
GF.Clients.Charts.TimeSeriesSeries
GF.Clients.Charts.Custom.EL.RuntimeCustomMethodSeries
GF.Clients.Charts.Custom.EL.RuntimeFunctor
GF.Clients.Charts.Custom.EL.Runtimenumeric
GF.Clients.Charts.DetailsDataSeries
GF.Clients.Charts.TimeSeries.FunctionalsConstSeries
GF.Clients.Charts.TimeSeries.FunctionalsFunctionalSeries
GF.Clients.Charts.TimeSeries.FunctionalsWrappedSeries
GF.Clients.Charts.TimeSeries.SimpleSimpleSeries
GF.Clients.Charts.TimeSeriesSingleArgFunctionalSeries
GF.Clients.Charts.TimeSeriesVarargsFunctionalSeries