Class $.wijmo.wijspread.SparklineGroup
Constructor Attributes | Constructor Name and Description |
---|---|
$.wijmo.wijspread.SparklineGroup(type, setting)
Initializes a sparkline group.
|
Method Attributes | Method Name and Description |
---|---|
add(item)
Adds a sparkline to the group.
|
|
clone()
Clones the current sparkline group.
|
|
contains(item)
Determines whether the group contains a specific value.
|
|
count()
Represents the count of the sparkline group innerlist.
|
|
dateAxisData(value)
Represents the date axis data.
|
|
dateAxisOrientation(value)
Represents the date axis orientation.
|
|
Processes group changed event.
|
|
remove(item)
Removes the first occurrence of a specific object from the group.
|
Class Detail
$.wijmo.wijspread.SparklineGroup(type, setting)
Initializes a sparkline group.
- Parameters:
- type
- The type of sparkline.
- setting
- The setting of sparkline group.
Method Detail
add(item)
Adds a sparkline to the group.
- Parameters:
- {$.wijmo.wijspread.Sparkline} item
- The sparkline item.
clone()
Clones the current sparkline group.
{boolean}
contains(item)
Determines whether the group contains a specific value.
- Parameters:
- {$.wijmo.wijspread.Sparkline} item
- The object to locate in the group.
- Returns:
- {boolean} true if the item is found in the group; otherwise, false.
{number}
count()
Represents the count of the sparkline group innerlist.
- Returns:
- {number} Returns the sparkline count in the group.
{$.wijmo.wijspread.Range}
dateAxisData(value)
Represents the date axis data.
- Parameters:
- {$.wijmo.wijspread.Range} value
- The date axis data.
- Returns:
- {$.wijmo.wijspread.Range} The date axis data.
{$.wijmo.wijspread.DataOrientation}
dateAxisOrientation(value)
Represents the date axis orientation.
- Parameters:
- {$.wijmo.wijspread.DataOrientation} value
- The date axis orientation.
- Returns:
- {$.wijmo.wijspread.DataOrientation} The date axis orientation.
onGroupChanged()
Processes group changed event.
remove(item)
Removes the first occurrence of a specific object from the group.
- Parameters:
- {$.wijmo.wijspread.Sparkline} item
- The sparkline item.