接口 ISparkPoints
public interface ISparkPoints
Represents the settings of the markers for points of data on a sparkline.
-
方法概要
修饰符和类型方法说明Gets theISparkColor
object that represents the color and visibilityof the marker for the first point of data on a sparkline.Gets theISparkColor
object that represents the color and visibilityof the marker for the highest point of data on a sparkline.Gets theISparkColor
object that represents the color and visibilityof the marker for the last point of data on a sparkline.Gets theISparkColor
object that represents the color and visibilityof the marker for the lowest point of data on a sparkline.Gets theISparkColor
object that represents the color and visibilityof markers for positive points of data on a sparkline.Gets theISparkColor
object that represents the color and visibilityof markers for negative points of data on a sparkline.
-
方法详细资料
-
getFirstpoint
ISparkColor getFirstpoint()Gets theISparkColor
object that represents the color and visibilityof the marker for the first point of data on a sparkline. -
getHighpoint
ISparkColor getHighpoint()Gets theISparkColor
object that represents the color and visibilityof the marker for the highest point of data on a sparkline. -
getLastpoint
ISparkColor getLastpoint()Gets theISparkColor
object that represents the color and visibilityof the marker for the last point of data on a sparkline. -
getLowpoint
ISparkColor getLowpoint()Gets theISparkColor
object that represents the color and visibilityof the marker for the lowest point of data on a sparkline. -
getMarkers
ISparkColor getMarkers()Gets theISparkColor
object that represents the color and visibilityof markers for positive points of data on a sparkline. -
getNegative
ISparkColor getNegative()Gets theISparkColor
object that represents the color and visibilityof markers for negative points of data on a sparkline.
-