Skip to content

Dots Field

Summary

A dotted line: .....

Signature

1
public static LineStyle Dots;

Return Value

LineStyle

Declaring Type

cAlgo.API.LineStyle

Examples

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

Last update: March 30, 2023