IEaxBubbleChart.ObjectivesDim

Fore Syntax

ObjectivesDim: IDimInstance;

Fore.NET Syntax

ObjectivesDim: Prognoz.Platform.Interop.Dimensions.IDimInstance;

Description

The ObjectivesDim property determines dimensions with target points for which the bubble chart is formed.

Comments

The territorial dimension or any other dimension with elements that correspond to bubbles, is specified as a property. The number of bubbles is equal to the selected dimension elements.

Example

The example of use is given in description of the IEaxAnalyzer.BubbleChart property.

See also:

IEaxBubbleChart