IPrxVisualizerLegend.SetEaxObjectLegend

Syntax

SetEaxObjectLegend(Object: IEaxObject; IndicatorType: Integer);

Parameters

Object. Visualizer.

IndicatorType. Type of visualizer metric specified by the user.

Description

The SetEaxObjectLegend method sets a legend for the specified visualizer by its metric.

Comments

Depending on the visualizer type and metric type, different values of the Object and IndicatorType parameters are used:

To determine basic settings of visualizer legend as a control, use IPrxVisualizerLegend.PlacedControl.

Example

The method use is given in the example for IPrxVisualizerLegend.Update.

See also:

IPrxVisualizerLegend