[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISparkColor

Interface ISparkColor

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

Represents the color of the markers for points in a sparkline.

public interface ISparkColor

Properties

Color

Gets an IFormatColor object that you can use to set the color of the markers for points in a sparkline.

IFormatColor Color { get; }

Property Value

IFormatColor

Visible

Gets or sets whether the point is visible.

bool Visible { get; set; }

Property Value

bool

True if the point is visible; otherwise, false.