AreaScale Enumeration

GF Charts Help
Y-scale of area and indicators

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

[TypeConverterAttribute(typeof(LocalizedEnumConverter))]
public enum AreaScale
Members

  Member nameValueDescription
Price0 Prices: historical prices, moving averages for prices, etc
Volume1 Volume: historical volumes, moving averages for volumes, etc.
Percent2 Percents: results of RSI indicator for instance
Free3 Free values outside other scale types. For example, results of Rate of Change indicators
Any4 Just for description of indicators. If Source is 'Any', indicator can be applied to any type of input series. If 'Any" is in Result, result of indicators will have the same as input series. For example, moving average can be applied to any type of data and its result will have the same scale.
Stock5 Just for Source description of indicators: indicator with this scale can be applied to historical data only. For example, ATR indicator.
Filtered6 For internal use only
None7 For internal use only
See Also

Reference