接口 INegativeBarFormat


public interface INegativeBarFormat
代表由数据条条件格式规则定义的负值的颜色设置。
  • 方法详细资料

    • getBorderColor

      IFormatColor getBorderColor()
      获取一个 FormatColor 对象,您可以使用它来指定负数据条的边框颜色。
    • getBorderColorType

      DataBarNegativeColorType getBorderColorType()
      获取是否使用与正数据条相同的边框颜色。
    • setBorderColorType

      void setBorderColorType(DataBarNegativeColorType value)
      设置是否使用与正数据条相同的边框颜色。
    • getColor

      IFormatColor getColor()
      获取一个FormatColor对象,您可以使用它来指定负数据条的填充颜色。
    • getColorType

      DataBarNegativeColorType getColorType()
      获取是否使用与正数据条相同的填充颜色。
    • setColorType

      void setColorType(DataBarNegativeColorType value)
      设置是否使用与正数据条相同的填充颜色。