Devcenter
Use an XY Graph to Visually Filter a DatasetThe XY graph control in Proto provides a powerful and simple way to visually filter data. You can create scatterplots and line graphs with the ability to visually draw a box to select a group of points for further processing or display. The example file shows two common uses of the XY graph to provide dill down capabilities. The first example shows how to display the filtered set of points from the graph in a Table. The second example shows how to extract the Order ID column from the selected points, and then use this list of IDs to dynamically filter a separate, related dataset with notes associated to orders.
|