Class Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo
java.lang.Object
velox.api.layer1.layers.strategies.interfaces.Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo
- Enclosing interface:
Layer1PriceAxisRangeCalculatable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
minValue
public final double minValue -
maxValue
public final double maxValue -
labels
-
-
Constructor Details
-
ResultPriceAxisInfo
- Parameters:
minValue- value corresponding to bottom pixel of chartmaxValue- value corresponding to top pixel of chartlabels- of horizontal lines, from bottom to top Example: for 2.3 lines count minValue = 0, maxValue = 23 and labels 10 and 20 is correct
-
-
Method Details