IEaxBubbleChart.IndicatorElement

Fore Syntax

IndicatorElement(DimType: BubbleChartDimension): Integer;

Fore.NET Syntax

IndicatorElement(DimType: Prognoz.Platform.Interop.Chart.BubbleChartDimension): Integer;

Parameters

DimType. The bubble chart dimension type that is to be compared with dimension element of data source.

Description

The IndicatorElement property determines dimension element index which values are represented as values for the selected dimension of a bubble chart.

Comments

This property compares bubble chart dimension to factors dimensions element which data is used as a corresponding dynamic characteristic of bubbles. Factors dimension is defined by the IndicatorsDim property. The element specified as the value of the IndicatorElement property is automatically added to elements selection in the dimension that controls bubbles movement dynamics.

NOTE. The bubble chart must be active to enable selection of elements in the dimension that controls bubbles movement dynamics.

Example

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

See also:

IEaxBubbleChart