Storage of default properties of indicators and drawing tools that are stored via "Save as Default" checkbox in charts
Inheritance Hierarchy
GF.Clients.Charts.ProfilesDefaultSeriesProperties
Namespace: GF.Clients.Charts.Profiles
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
The DefaultSeriesProperties type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DefaultSeriesProperties |
Methods
| Name | Description | |
|---|---|---|
| CreateNew(String) | ||
| CreateNew(Type) | ||
| 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.) | |
| IndexOf(String) |
Reports the index of the default properties for the specified type name
| |
| IndexOf(Type) |
Reports the index of the default properties for the specified type
| |
| Load |
Creates and loads DrawingObject-derived object with default properties
| |
| Save(DrawingObject) |
Stores properties of the specified drawing object as default
| |
| Save(TimeSeriesBase) |
Stores properties of the specified Series as default
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| Annotations |
Default properties of DrawingObject objects
| |
| List |
Default properties of TimeSeriesBase objects
|
Remarks
See Also