[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISparkline

Interface ISparkline

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

Represents a single sparkline.

public interface ISparkline

Properties

Location

Gets or sets the location of a single sparkline.

IRange Location { get; set; }

Property Value

IRange

The location of a single sparkline.

SourceData

Gets or sets the range that contains the source data for a single sparkline.

string SourceData { get; set; }

Property Value

string

Methods

FromJson(string)

Generate the sparkline from the json string.

void FromJson(string json)

Parameters

json string

The JSON string representing the sparkline.

ToJson()

Generate the json string from sparkline.

string ToJson()

Returns

string

The JSON string representing the sparkline.