Sparkline Class

Sparkline class

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


type Sparkline struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetDataRangeRepresents the data range of the sparkline.
SetDataRangeRepresents the data range of the sparkline.
GetRowGets the row index of the sparkline.
GetColumnGets the column index of the sparkline.
ToImage_String_ImageOrPrintOptionsConverts a sparkline to an image.