Package com.grapecity.documents.excel
Interface ISparkPoints
public interface ISparkPoints
Represents the settings of the markers for points of data on a sparkline.
-
Method Summary
Modifier and TypeMethodDescriptionGets theISparkColorobject that represents the color and visibilityof the marker for the first point of data on a sparkline.Gets theISparkColorobject that represents the color and visibilityof the marker for the highest point of data on a sparkline.Gets theISparkColorobject that represents the color and visibilityof the marker for the last point of data on a sparkline.Gets theISparkColorobject that represents the color and visibilityof the marker for the lowest point of data on a sparkline.Gets theISparkColorobject that represents the color and visibilityof markers for positive points of data on a sparkline.Gets theISparkColorobject that represents the color and visibilityof markers for negative points of data on a sparkline.
-
Method Details
-
getFirstpoint
ISparkColor getFirstpoint()Gets theISparkColorobject that represents the color and visibilityof the marker for the first point of data on a sparkline. -
getHighpoint
ISparkColor getHighpoint()Gets theISparkColorobject that represents the color and visibilityof the marker for the highest point of data on a sparkline. -
getLastpoint
ISparkColor getLastpoint()Gets theISparkColorobject that represents the color and visibilityof the marker for the last point of data on a sparkline. -
getLowpoint
ISparkColor getLowpoint()Gets theISparkColorobject that represents the color and visibilityof the marker for the lowest point of data on a sparkline. -
getMarkers
ISparkColor getMarkers()Gets theISparkColorobject that represents the color and visibilityof markers for positive points of data on a sparkline. -
getNegative
ISparkColor getNegative()Gets theISparkColorobject that represents the color and visibilityof markers for negative points of data on a sparkline.
-