Interface ISparkPoints
public interface ISparkPoints
Represents the settings of the markers for points of data on a sparkline.
-
Method Summary
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
Gets the
ISparkColor
object that represents the color and visibilityof the marker for the first point of data on a sparkline.
-
getHighpoint
Gets the
ISparkColor
object that represents the color and visibilityof the marker for the highest point of data on a sparkline.
-
getLastpoint
Gets the
ISparkColor
object that represents the color and visibilityof the marker for the last point of data on a sparkline.
-
getLowpoint
Gets the
ISparkColor
object that represents the color and visibilityof the marker for the lowest point of data on a sparkline.
-
getMarkers
Gets the
ISparkColor
object that represents the color and visibilityof markers for positive points of data on a sparkline.
-
getNegative
Gets the
ISparkColor
object that represents the color and visibilityof markers for negative points of data on a sparkline.