Table of Contents

Class Sparkline

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data.

public class Sparkline : ISparkline
Inheritance
Sparkline
Implements
Inherited Members

Properties

Column

public int Column { get; }

Property Value

int

DataRange

public CellRange DataRange { get; set; }

Property Value

CellRange

RefRange

public CellRange RefRange { get; set; }

Property Value

CellRange

Row

public int Row { get; }

Property Value

int