Sparkline class Worksheet

A single sparkline: a tiny chart of dataRange drawn inside the cell at location.

Constructors

Sparkline({required String dataRange, required String location})
Creates a sparkline plotting dataRange into the cell location.
const

Properties

dataRange → String
The source data range (OOXML xm:f).
final
hashCode → int
The hash code for this object.
no setteroverride
location → String
The cell the sparkline is drawn in (OOXML xm:sqref).
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
override