Class Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo

java.lang.Object
velox.api.layer1.layers.strategies.interfaces.Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo
Enclosing interface:
Layer1PriceAxisRangeCalculatable

public static class Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo extends Object
  • Field Details

    • minValue

      public final double minValue
    • maxValue

      public final double maxValue
    • labels

      public final String[] labels
  • Constructor Details

    • ResultPriceAxisInfo

      public ResultPriceAxisInfo(double minValue, double maxValue, String[] labels)
      Parameters:
      minValue - value corresponding to bottom pixel of chart
      maxValue - value corresponding to top pixel of chart
      labels - 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