Applying Smart Grouping to a Chart

Smart Grouping is available for both the Bubble and Scatterplot chart types when using a Correlation analysis. Use Smart Grouping to automatically analyze the data points in your chart and group them based on similar properties.

After enabling smart grouping for a chart, you as an application designer can leverage the APIs provided to let end users customize the number of groups and group labels. The end users can also decide whether to make smart grouping visible or to include tooltip measures. For example:

Sample Code
Chart_1.getSmartGrouping().setNumberOfGroups(5);

For more detailed information about the API, refer to Analytics Designer API Reference in the SAP Help Portal.