Line Field¶ Summary¶ Plot Indicator result as a line. Signature¶ 1public static PlotType Line; Return Value¶ PlotType Declaring Type¶ cAlgo.API.PlotType Examples¶ 1 2 [Output("Main", PlotType = PlotType.Line)] public IndicatorDataSeries Result { get; set; } Last update: March 23, 2023