numeric Class

GF Charts Help
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.TimeSeriesSeries
    GF.Clients.Charts.Custom.EL.Runtimenumeric

Namespace:  GF.Clients.Charts.Custom.EL.Runtime
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class numeric : Series, IHistorical

The numeric type exposes the following members.

Constructors

  NameDescription
Public methodnumeric
Public methodnumeric(Double)
Public methodnumeric(Double, Int32)
Top
Properties

  NameDescription
Public propertyBoolValue
Public propertyItemInt32
Returns the offset series
(Inherited from Series.)
Public propertyItemInt32, SeriesOrder (Overrides SeriesItemInt32, SeriesOrder.)
Public propertyLength (Overrides SeriesLength.)
Public propertyCode examplePointStyles
Access to visual style of points on the chart
(Inherited from Series.)
Public propertyPreviousValue
Public propertyText (Overrides SeriesText.)
Public propertyTimestamps (Overrides SeriesTimestamps.)
Public propertyValue
Access to the latest point of the series
(Inherited from 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
(Inherited from Series.)
Public methodPostCalculate
Public methodPreCalculate
Public methodStatic memberTest
Public methodToString
Human readable description of the series
(Inherited from Series.)
Top
Operators

  NameDescription
Public operatorStatic member(numeric to Int32)
Public operatorStatic member(Double to numeric)
Public operatorStatic member(numeric to Double)
Top
See Also

Reference