property CustomView.Stack as String
Retrieves the name of the stack for each exported column (columns generated from the same pivot-column are grouped together in a stack), represented as a comma-separated list.

TypeDescription
String A string expression that specifies the name of the stack for each exported column (columns generated from the same pivot-column are grouped together in a stack), represented as a comma-separated list.
The Stack property retrieves the name of the stack for each exported column. Columns generated from the same pivot column are grouped together in a stack and represented as a comma-separated list. 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")