property CustomView.Data as Variant
Retrieves the data to be represented as a 2-dimensional array.

TypeDescription
Variant A VARIANT expression that holds a 2-dimensional array containing the data of the pivot cells.
The Data property gets the current pivot-table data as a 2-dimensional array. The Export method exports the control's DATA to a CSV or HTML format. The ViewChange event is triggered whenever there is a change in the control's view.

Once the ViewChange event occurs the following properties are updated:

Similarly, the internal eXGraph control is updated automatically based on this information. (only if the ControlID property is "exontrol.graph")