[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ISparkPoints

ISparkPoints Interface

Represents the settings of the markers for points of data on a sparkline.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ISparkPoints
Public Interface ISparkPoints

Properties

Name Description
Firstpoint

Gets an ISparkColor object that represents the color and visibility of the marker for the first point of data on a sparkline.

Highpoint

Gets an ISparkColor object that represents the color and visibility of the marker for the highest point of data on a sparkline.

Lastpoint

Gets an ISparkColor object that represents the color and visibility of the marker for the last point of data on a sparkline.

Lowpoint

Gets an ISparkColor object that represents the color and visibility of the marker for the lowest point of data on a sparkline.

Markers

Gets an ISparkColor object that represents the color and visibility of markers for positive points of data on a sparkline.

Negative

Gets an ISparkColor object that represents the color and visibility of markers for negative points of data on a sparkline.