Represents a group of [[Sparkline]]s

SparklineGroup

new SparklineGroup(a: number, b: Worksheet): SparklineGroup

Returns SparklineGroup

$t: Type
colorAxis: WorkbookColorInfo
colorFirstPoint: WorkbookColorInfo
colorHighPoint: WorkbookColorInfo
colorLastPoint: WorkbookColorInfo
colorLowPoint: WorkbookColorInfo
colorMarkers: WorkbookColorInfo
colorNegativePoints: WorkbookColorInfo
colorSeries: WorkbookColorInfo
dateAxis: boolean
displayBlanksAs: SparklineDisplayBlanksAs
displayHidden: boolean
displayXAxis: boolean
firstPoint: boolean
guid: any
highPoint: boolean
lastPoint: boolean
lineWeight: number
lowPoint: boolean
markers: boolean
negativePoints: boolean
rightToLeft: boolean
type: SparklineType
verticalAxisMax: number
verticalAxisMaxType: SparklineAxisMinMax
verticalAxisMin: number
verticalAxisMinType: SparklineAxisMinMax

The date range (read-only) Note: this property is ignored unless the [[dateAxis]] property is explicity set to true.

get dateRange(): WorksheetRegion

Returns WorksheetRegion

The date range formula (read-only) Note: this property is ignored unless the [[dateAxis]] property is explicity set to true.

get dateRangeFormula(): Formula

Returns Formula

Returns a reference to the associated workbook.

get workbook(): Workbook

Returns Workbook

Returns a reference to the associated worksheet.

get worksheet(): Worksheet

Returns Worksheet

Assigns a new [[dateRange]]. Note: [[dateRange]] is ignored unless the [[dateAxis]] property is explicity set to true.

setDateRange(dateRange: string, cellReferenceMode: CellReferenceMode): void

Parameters

  • dateRange: string

    The string representation of the formula.

  • cellReferenceMode: CellReferenceMode

    An optional [[CellReferenceMode]] to use to parse the dateRange. If null it defaults to the workbook's mode.

Returns void

Indexer

sparklines(index: number, value: Sparkline): Sparkline

Parameters

  • index: number

    The zer-based index of an item

  • value: Sparkline

Returns Sparkline

staticInit(): void

Returns void