public interface ISparkColor
| Modifier and Type | Method and Description |
|---|---|
IFormatColor |
getColor()
Gets an
IFormatColor object that you can use to set the color of the
markers for points in a sparkline. |
boolean |
getVisible()
Gets whether the point is visible.
|
void |
setVisible(boolean value)
Sets whether the point is visible.
|
IFormatColor getColor()
IFormatColor object that you can use to set the color of the
markers for points in a sparkline.boolean getVisible()
void setVisible(boolean value)