Skip to content

Line Field

Summary

Plot Indicator result as a line.

Signature

1
public 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