Interface ISparkColor
public interface ISparkColor
Represents the color of the markers for points in a sparkline.
-
Method Summary
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
Sets whether the point is visible.
-
Method Details
-
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.