Plots the occurences of two number variables in a scatter plot chart. A useful visualization for identifying outliers in numeric data relationships.
The field with the first variable. Will be plotted on the horizontal X-axis.
InputColumn<Number> RequiredThe field with the second variable. Will be plotted on the vertical Y-axis.
InputColumn<Number> Required