[]
        
(Showing Draft Content)

ISparkPoints

Interface ISparkPoints


public interface ISparkPoints
Represents the settings of the markers for points of data on a sparkline.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the ISparkColor object that represents the color and visibilityof the marker for the first point of data on a sparkline.
    Gets the ISparkColor object that represents the color and visibilityof the marker for the highest point of data on a sparkline.
    Gets the ISparkColor object that represents the color and visibilityof the marker for the last point of data on a sparkline.
    Gets the ISparkColor object that represents the color and visibilityof the marker for the lowest point of data on a sparkline.
    Gets the ISparkColor object that represents the color and visibilityof markers for positive points of data on a sparkline.
    Gets the ISparkColor object that represents the color and visibilityof markers for negative points of data on a sparkline.
  • Method Details

    • getFirstpoint

      ISparkColor getFirstpoint()
      Gets the ISparkColor object that represents the color and visibilityof the marker for the first point of data on a sparkline.
    • getHighpoint

      ISparkColor getHighpoint()
      Gets the ISparkColor object that represents the color and visibilityof the marker for the highest point of data on a sparkline.
    • getLastpoint

      ISparkColor getLastpoint()
      Gets the ISparkColor object that represents the color and visibilityof the marker for the last point of data on a sparkline.
    • getLowpoint

      ISparkColor getLowpoint()
      Gets the ISparkColor object that represents the color and visibilityof the marker for the lowest point of data on a sparkline.
    • getMarkers

      ISparkColor getMarkers()
      Gets the ISparkColor object that represents the color and visibilityof markers for positive points of data on a sparkline.
    • getNegative

      ISparkColor getNegative()
      Gets the ISparkColor object that represents the color and visibilityof markers for negative points of data on a sparkline.