Represents a Sparkline class.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Sparklines.Sparkline(row, column, dataReference, dataOrientation, type, setting);
function Sparkline(
: number,
column : number,
: Range,
: DataOrientation,
: SparklineType,
: SparklineSetting
) : any;
Parameters
- row
- The row index.
- column
- The column index.
- dataReference
- The data range to which the sparkline refers.
- dataOrientation
- The orientation of the data range.
- type
- The type of sparkline.
- setting
- The setting of the sparkline.
See Also