Class VerticalLine
java.lang.Object
velox.api.layer1.layers.strategies.interfaces.VerticalLine
public class VerticalLine
extends java.lang.Object
A vertical line that is drawn on chart
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringcolor -
Constructor Summary
Constructors Constructor Description VerticalLine(java.lang.String color) -
Method Summary
-
Field Details
-
color
public java.lang.String color
-
-
Constructor Details
-
VerticalLine
public VerticalLine(java.lang.String color)- Parameters:
color- of the line (should be value described inIndicatorColorSchemefor this indicator)
-