[]
Sheets.Sparklines.SparklineGroup
• new SparklineGroup(type
, setting
)
Represents a sparkline group.
Name | Type | Description |
---|---|---|
type |
SparklineType |
The type of sparkline. |
setting |
SparklineSetting |
The setting of the sparkline group. |
• setting: SparklineSetting
Indicates the sparkline settings.
• sparklineType: SparklineType
Indicates the sparkline type.
▸ add(item
): void
Adds a sparkline to the group.
Name | Type | Description |
---|---|---|
item |
Sparkline |
The sparkline item. |
void
▸ clone(): SparklineGroup
Clones the current sparkline group.
The cloned sparkline group.
▸ contains(item
): boolean
Determines whether the group contains a specific value.
Name | Type | Description |
---|---|---|
item |
Sparkline |
The object to locate in the group. |
boolean
true
if the item is found in the group; otherwise, false
.
▸ count(): number
Represents the count of the sparkline group innerlist.
number
The sparkline count in the group.
▸ dateAxisData(value?
): any
Represents the date axis data.
Name | Type | Description |
---|---|---|
value? |
Range |
The date axis data. |
any
If no value is set, returns the date axis data; otherwise, returns undefined.
▸ dateAxisOrientation(value
): any
Represents the date axis orientation.
Name | Type | Description |
---|---|---|
value |
DataOrientation |
The date axis orientation. |
any
If no value is set, returns the date axis orientation; otherwise, returns undefined.
▸ remove(item
): Sparkline
[]
Removes the first occurrence of a specific object from the group.
Name | Type | Description |
---|---|---|
item |
Sparkline |
The sparkline item. |
The GC.Spread.Sheets.Sparklines.Sparkline array.