[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISparkPoints

Interface ISparkPoints

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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

public interface ISparkPoints

Properties

Firstpoint

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

ISparkColor Firstpoint { get; }

Property Value

ISparkColor

Highpoint

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

ISparkColor Highpoint { get; }

Property Value

ISparkColor

Lastpoint

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

ISparkColor Lastpoint { get; }

Property Value

ISparkColor

Lowpoint

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

ISparkColor Lowpoint { get; }

Property Value

ISparkColor

Markers

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

ISparkColor Markers { get; }

Property Value

ISparkColor

Negative

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

ISparkColor Negative { get; }

Property Value

ISparkColor