getIndicatorEls(mode: PP.Exp.Ui.EaxObjectType);
mode. Data view type.
The getIndicatorEls method returns a list of metrics dimensions of the specified visualizer type.
Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Get the list of metrics dimensions for an express report tree map:
var eaxAnalyzer = expressBox.getSource(); // Get tree map metrics dimensions var metrics = eaxAnalyzer.getIndicatorEls(PP.Exp.Ui.EaxObjectType.TreeMap) console.log("Metrics dimensions: " + metrics);
After executing the example the browser console displays tree map metrics dimensions:
Metrics dimensions: Value, Color, Size
See also: