Click or drag to resize

ChartPlacement Enumeration

Placement of the chart for each value of the indicator.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public enum ChartPlacement
Members
  Member nameValueDescription
PriceChart0 Indicator will be drawn on the same chart as price.
NewChart1 Indicator will be drawn on a separate chart.
Hidden2 Indicator will be invisible by default.
See Also