var value; // Type: any value = GC.Spread.Slicers.GeneralSlicerData(data, columnNames);
function GeneralSlicerData( data : undefined, columnNames : Array ) : any;
Parameters
- data
- The slicer data; it is a matrix array.
- columnNames
- The column names of the slicer data.