Introduction
Creating Histograms using wide (contains the different measurements in separate columns) data sets will only allow you to create/view one Histogram for 1 column at a time. If the user requires to view multiple histograms of different columns, the user must create a new histogram (barchart) for each column.
Example Solution:
The the attached dxp shows how to leverage IronPython to generate Histograms for all selected columns names (displayed in the property control) and display them with a formated layout (leveraging the layout api).
- 1
Recommended Comments
There are no comments to display.