IPrxVisualizerLegend.SetEaxObjectLegend

Fore Syntax

SetEaxObjectLegend(Object: IEaxObject; IndicatorType: Integer);

Fore.NET Syntax

SetEaxObjectLegend(Object: Prognoz.Platform.Interop.Express.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.

Fore and Fore.NET Examples

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

See also:

IPrxVisualizerLegend