Interface IsDefaultScaleBorder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getColorAsString()
      If set, used as the color of the border line.
      If unset, the first color option is resolved and used.
      List<Integer> getDash()
      Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
      double getDashOffset()
      Returns the line dash pattern offset.
      int getWidth()
      If set, used as the width of the border line.
      If unset, the first lineWidth option is resolved and used.
      int getZ()
      Returns z-index of border layer.
      Values less than or equals to 0 are drawn under data sets, greater than 0 on top.
      boolean isDisplay()
      If true, draw border at the edge between the axis and the chart area.
    • Method Detail

      • isDisplay

        boolean isDisplay()
        If true, draw border at the edge between the axis and the chart area.
        Returns:
        if true, draw border at the edge between the axis and the chart area.
      • getWidth

        int getWidth()
        If set, used as the width of the border line.
        If unset, the first lineWidth option is resolved and used.
        Returns:
        if set, used as the width of the border line.
        If unset, the first lineWidth option is resolved and used.
      • getColorAsString

        String getColorAsString()
        If set, used as the color of the border line.
        If unset, the first color option is resolved and used.
        Returns:
        if set, used as the color of the border line.
        If unset, the first color option is resolved and used.
      • getDashOffset

        double getDashOffset()
        Returns the line dash pattern offset.
        Returns:
        offset for line dashes.
      • getDash

        List<Integer> getDash()
        Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
        Returns:
        the line dash pattern used when stroking lines
      • getZ

        int getZ()
        Returns z-index of border layer.
        Values less than or equals to 0 are drawn under data sets, greater than 0 on top.
        Returns:
        z-index of border layer.
        Values less than or equals to 0 are drawn under data sets, greater than 0 on top.