Package com.grapecity.documents.excel
Interface ISparkColor
public interface ISparkColor
Represents the color of the markers for points in a sparkline.
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets anIFormatColorobject that you can use to set the color of themarkers for points in a sparkline.booleanGets whether the point is visible.voidsetVisible(boolean value) Sets whether the point is visible.
-
Method Details
-
getColor
IFormatColor getColor()Gets anIFormatColorobject 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.
-