Interface SDataBar

All Known Implementing Classes:
DataBarImpl

public interface SDataBar
Condiditional Formatting of "dataBar" type.
Since:
3.8.2
Author:
henri
  • Method Details

    • getCFValueObjects

      List<SCFValueObject> getCFValueObjects()
      Returns the value objects.
      Returns:
    • getColor

      SColor getColor()
      Returns the color of the bar
    • getMinLength

      int getMinLength()
      Returns the minimum length in percentage of this data bar; default to 10.
    • getMaxLength

      int getMaxLength()
      Returns the maximum length in percentage of this data bar; default to 90
    • isShowValue

      boolean isShowValue()
      Returns whether show the value in the data bar
    • getBorderColor

      SColor getBorderColor()
      Return the border color of the bar in extLst. since 5.9.0
      Returns:
    • getNegativeBorderColor

      SColor getNegativeBorderColor()
      Return the negative border color of the bar in extLst. since 5.9.0
      Returns:
    • getNegativeFillColor

      SColor getNegativeFillColor()
      Return the negative fill color of the bar in extLst. since 5.9.0
      Returns:
    • getAxisColor

      SColor getAxisColor()
      Return the axis color of the bar in extLst. since 5.9.0
      Returns:
    • isGradient

      boolean isGradient()
      Return whether enables gradient or not in extLst. Default: true since 5.9.0
      Returns:
    • isBorder

      boolean isBorder()
      Return whether enables border or not in extLst. Default: false since 5.9.0
      Returns:
    • isNegativeBarColorSameAsPositive

      boolean isNegativeBarColorSameAsPositive()
      Return whether enables negativeBarColorSameAsPositive in extLst. Default: true since 5.9.0
      Returns:
    • isNegativeBarBorderColorSameAsPositive

      boolean isNegativeBarBorderColorSameAsPositive()
      Return whether enables negativeBarBorderColorSameAsPositive in extLst. Default: true since 5.9.0
      Returns:
    • getAxisPosition

      String getAxisPosition()
      Return the axisPosition of this bar in extLst. Default: "auto" since 5.9.0
      Returns:
    • getDirection

      String getDirection()
      Return the direction of this bar in extLst. Default: "leftToRight" since 5.9.0
      Returns: