ChartPlacement Enumeration |
Namespace: FinAnalysis.Base
public enum ChartPlacement
| Member name | Value | Description | |
|---|---|---|---|
| PriceChart | 0 | Indicator will be drawn on the same chart as price. | |
| NewChart | 1 | Indicator will be drawn on a separate chart. | |
| Hidden | 2 | Indicator will be invisible by default. |