Home > @i2analyze/notebook-sdk > app > ITrackedMutations > addRecordGroup
app.ITrackedMutations.addRecordGroup() method
Adds the records from a record group to the chart.
Signature:
addRecordGroup(recordGroupId: AnalyzeRecordGroupId, selectionOption: SelectionOption): void;
Introduced: version 1.1
Parameters
Parameter | Type | Description |
---|---|---|
recordGroupId | AnalyzeRecordGroupId | The identifier of the record group to add. |
selectionOption | SelectionOption | The effect on chart selection of adding the record group. |
Returns:
void