Interface HorizontalValueLinesInfo


public interface HorizontalValueLinesInfo
Allows to draw any number of horizontal lines at given values
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.Double,​java.lang.String> getHorizontalLines​(java.lang.String alias)  
  • Method Details

    • getHorizontalLines

      java.util.Map<java.lang.Double,​java.lang.String> getHorizontalLines​(java.lang.String alias)
      Parameters:
      alias - for which lines are drawn
      Returns:
      mapping from value of line to color of line
      color must be one of defined by IndicatorColorScheme