DefaultSeriesProperties Class

GF Charts Help
Storage of default properties of indicators and drawing tools that are stored via "Save as Default" checkbox in charts
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.ProfilesDefaultSeriesProperties

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

public class DefaultSeriesProperties

The DefaultSeriesProperties type exposes the following members.

Constructors

  NameDescription
Public methodDefaultSeriesProperties
Top
Methods

  NameDescription
Public methodCreateNew(String)
Public methodCreateNew(Type)
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 methodIndexOf(String)
Reports the index of the default properties for the specified type name
Public methodIndexOf(Type)
Reports the index of the default properties for the specified type
Public methodLoad
Creates and loads DrawingObject-derived object with default properties
Public methodSave(DrawingObject)
Stores properties of the specified drawing object as default
Public methodSave(TimeSeriesBase)
Stores properties of the specified Series as default
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldAnnotations
Default properties of DrawingObject objects
Public fieldList
Default properties of TimeSeriesBase objects
Top
Remarks

Default properties are stored as an object of corresponding type with predefined set of properties
See Also

Reference