SetEaxObjectLegend(Object: IEaxObject; IndicatorType: Integer);
Object. Visualizer.
IndicatorType. Type of visualizer metric specified by the user.
The SetEaxObjectLegend method sets a legend for the specified visualizer by its metric.
Depending on the visualizer type and metric type, different values of the Object and IndicatorType parameters are used:
Values of the EaxGridIndicatorType enumeration are used for table.
Values of the EaxBubbleTreeIndicators enumeration are used for bubble tree.
Values of the EaxTreeMapIndicators enumeration are used for tree map.
Values of the EaxMapIndicatorType enumeration are used for map.
To determine basic settings of visualizer legend as a control, use IPrxVisualizerLegend.PlacedControl.
The method use is given in the example for IPrxVisualizerLegend.Update.
See also: