Tools Class

GF Charts Help
Set of utility methods
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.UtilsTools

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

public static class Tools

The Tools type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCloneT
Clones the specified object deeply.
Public methodStatic memberColorFromRGB
Creates System.Drawing.Color from R, G and B values
Public methodStatic memberGetSimplifiedType
For internal use only
Public methodStatic memberMixColor
Mixes up two colors
Public methodStatic memberMorePreciseFormat(String)
Returns the format string with more precise format. For example, {f1} => {f2}
Public methodStatic memberMorePreciseFormat(String, Int32)
Returns the format string with precision increased to specified digits. For example, {f1} => {f2}
Public methodStatic memberObfuscatedFormula
Returns an obfuscated string for the specified parameter
Public methodStatic memberToArrayT
Returns the specified object as 1D-array with one item
Public methodStatic memberToInvariantDouble
Top
Fields

  NameDescription
Public fieldStatic memberDisplacementProperty
For internal use only
Public fieldStatic memberGeneralCategory
For internal use only
Public fieldStatic memberHistoricalPeriodProperty
For internal use only
Public fieldStatic memberShowAlertsCategory
For internal use only
Public fieldStatic memberSkipWindowFirstBarsProperty
For internal use only
Public fieldStatic memberTickByTickUpdateProperty
For internal use only
Top
See Also

Reference