[]
        
(Showing Draft Content)

ISparkColor

Interface ISparkColor


public interface ISparkColor
Represents the color of the markers for points in a sparkline.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • 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.