public interface ISparkPoints
| Modifier and Type | Method and Description |
|---|---|
ISparkColor |
getFirstpoint()
Gets the
ISparkColor object that represents the color and visibility
of the marker for the first point of data on a sparkline. |
ISparkColor |
getHighpoint()
Gets the
ISparkColor object that represents the color and visibility
of the marker for the highest point of data on a sparkline. |
ISparkColor |
getLastpoint()
Gets the
ISparkColor object that represents the color and visibility
of the marker for the last point of data on a sparkline. |
ISparkColor |
getLowpoint()
Gets the
ISparkColor object that represents the color and visibility
of the marker for the lowest point of data on a sparkline. |
ISparkColor |
getMarkers()
Gets the
ISparkColor object that represents the color and visibility
of markers for positive points of data on a sparkline. |
ISparkColor |
getNegative()
Gets the
ISparkColor object that represents the color and visibility
of markers for negative points of data on a sparkline. |
ISparkColor getFirstpoint()
ISparkColor object that represents the color and visibility
of the marker for the first point of data on a sparkline.ISparkColor getHighpoint()
ISparkColor object that represents the color and visibility
of the marker for the highest point of data on a sparkline.ISparkColor getLastpoint()
ISparkColor object that represents the color and visibility
of the marker for the last point of data on a sparkline.ISparkColor getLowpoint()
ISparkColor object that represents the color and visibility
of the marker for the lowest point of data on a sparkline.ISparkColor getMarkers()
ISparkColor object that represents the color and visibility
of markers for positive points of data on a sparkline.ISparkColor getNegative()
ISparkColor object that represents the color and visibility
of markers for negative points of data on a sparkline.