setData

populates Pivot with inline data after initialization

void setData(array dataset);
datasetarraythe dataset to be loaded into Pivot

Example

myPivot.setData(dataset);

Details

Related sample:  Set data

See also
Back to top