setData

populates Pivot with inline data after initialization

void setData(array dataset);

Parameters

datasetarraythe dataset to be loaded into Pivot

Example

myPivot.setData(dataset);

Related samples

See also
Back to top