Skip to content

DotsRare Field

Summary

A dotted line, large gap between dots: . . . .

Signature

1
public static LineStyle DotsRare;

Return Value

LineStyle

Declaring Type

cAlgo.API.LineStyle

Examples

1
2
 [Output("DotsRare", LineStyle = LineStyle.DotsRare)]
 public IndicatorDataSeries outputDotsRare { get; set; }

Last update: March 23, 2023