Series Class

GF Charts Help
The base class of point (expressed as double value) series
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.TimeSeriesSeries
    More...

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

public abstract class Series

The Series type exposes the following members.

Properties

  NameDescription
Public propertyItemInt32
Returns the offset series
Public propertyCode exampleItemInt32, SeriesOrder
The access to individual points of the series by index.
Public propertyLength
Number of values in the series
Public propertyCode examplePointStyles
Access to visual style of points on the chart
Public propertyText
Human readable description of the series
Public propertyTimestamps
Access to timestamps of corresponding points.
Public propertyValue
Access to the latest point of the series
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEmpty
Determinates whether the point value is missing or undefined
Public methodToString
Human readable description of the series
(Overrides ObjectToString.)
Public methodStatic memberValuesEqual
Public methodStatic memberValuesNotEqual
Top
Operators

  NameDescription
Public operatorStatic memberAddition(Double, Series)
Adds value to values of specified Series
Public operatorStatic memberAddition(Series, Series)
Adds values of two specified Series
Public operatorStatic memberAddition(Series, Double)
Adds value to values of specified Series
Public operatorStatic memberBitwiseAnd
Returns a Series indicating whether values of both specified Series is not zero
Public operatorStatic memberBitwiseOr
Returns a Series indicating whether values of one of specified Series is not zero
Public operatorStatic memberDivision(Double, Series)
Divides specified value by values of specified Series
Public operatorStatic memberDivision(Series, Series)
Divides values of two specified Series
Public operatorStatic memberDivision(Series, Double)
Divides values of specified Series by specified value
Public operatorStatic member(Boolean to Series)
Converts boolean value to Series for further operations
Public operatorStatic member(Double to Series)
Converts a double to a Series
Public operatorStatic member(Int32 to Series)
Converts a integer to a Series
Public operatorStatic member(Series to Int32)
Converts the latest value of specified Series to integer
Public operatorStatic memberFalse
Public operatorStatic memberGreaterThan(Double, Series)
Returns a Series indicating whether values of specified Series is greater than corresponding values of another specified Series
Public operatorStatic memberGreaterThan(Series, Series)
Returns a Series indicating whether values of specified Series is greater than corresponding values of another specified Series
Public operatorStatic memberGreaterThan(Series, Double)
Returns a Series indicating whether values of specified Series is greater than corresponding values of another specified Series
Public operatorStatic memberGreaterThanOrEqual
Returns a Series indicating whether values of specified Series is greater or equal than corresponding values of another specified Series
Public operatorStatic member(Series to Boolean)
Determinates whether the latest value of specified Series is not zero
Public operatorStatic member(Series to StoredColor)
Public operatorStatic member(Series to Double)
Converts a Series to a double
Public operatorStatic memberLessThan(Double, Series)
Returns a Series indicating whether values of specified Series is lesser than corresponding values of another specified Series
Public operatorStatic memberLessThan(Series, Series)
Returns a Series indicating whether values of specified Series is lesser than corresponding values of another specified Series
Public operatorStatic memberLessThan(Series, Double)
Returns a Series indicating whether values of specified Series is lesser than corresponding values of another specified Series
Public operatorStatic memberLessThanOrEqual
Returns a Series indicating whether values of specified Series is lesser or equal than corresponding values of another specified Series
Public operatorStatic memberMultiply(Double, Series)
Multiplies value and values of specified Series
Public operatorStatic memberMultiply(Series, Series)
Multiplies values of two specified Series
Public operatorStatic memberMultiply(Series, Double)
Multiplies value and values of specified Series
Public operatorStatic memberSubtraction(Double, Series)
Subtracts values of specified Series from value
Public operatorStatic memberSubtraction(Series, Series)
Subtracts values of two specified Series
Public operatorStatic memberSubtraction(Series, Double)
Subtracts value from values of specified Series
Public operatorStatic memberTrue
Top
See Also

Reference

Inheritance Hierarchy

SystemObject
  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