接口 ISparkColor


public interface ISparkColor
Represents the color of the markers for points in a sparkline.
  • 方法概要

    修饰符和类型
    方法
    说明
    Gets an IFormatColor object that you can use to set the color of themarkers for points in a sparkline.
    boolean
    Gets whether the point is visible.
    void
    setVisible(boolean value)
    Sets whether the point is visible.
  • 方法详细资料

    • getColor

      IFormatColor getColor()
      Gets an IFormatColor object that you can use to set the color of themarkers for points in a sparkline.
    • getVisible

      boolean getVisible()
      Gets whether the point is visible.
    • setVisible

      void setVisible(boolean value)
      Sets whether the point is visible.