getWizardDataFromGridSelection
Function
Definition
Package:@progress/kendo-angular-chart-wizard
Maps the Grid selectedKeys to data to be displayed in the Chart Wizard.
Supports both row and cell selection.
Parameters:args{ grid: GridComponent; data: any[]; selectedKeys: any[]; selectionKey?: string; columnKey?: (column: any, columnIndex: number) => any }Returns:
collection that can be used as Chart Wizard.