CodeKind Enumeration

GF Charts Help

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

public enum CodeKind
Members

  Member nameValueDescription
Expression0 Simple expression like 'Close - Close[1]'
Calculate1 Body of Calculate() method
Indicator2 Body of indicator
Imported3 Imported indicator
ColoringExpression4 Boolean expression (condition) of custom coloring indicator
ShowCaseExpression5 Boolean expression (condition) of custom Show Case indicator
Strategy6 Body of imported strategy
See Also

Reference