接口 ISparkColor
public interface ISparkColor
Represents the color of the markers for points in a sparkline.
-
方法概要
修饰符和类型方法说明getColor()
Gets anIFormatColor
object that you can use to set the color of themarkers for points in a sparkline.boolean
Gets whether the point is visible.void
setVisible
(boolean value) Sets whether the point is visible.
-
方法详细资料
-
getColor
IFormatColor getColor()Gets anIFormatColor
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.
-