IEaxBubbleChart.TimeLineDim

Fore Syntax

TimeLineDim: IDimInstance;

Fore.NET Syntax

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

Description

The TimeLineDim property determines dimension, the elements of which are used to build the bubble chart time line.

Comments

The instance of the calendar dictionary is to be passed as a property value. The elements, selected in the calendar, corresponds to the scale divisions.

Example

Example of use is given in description of the IEaxAnalyzer.BubbleChart property.

See also:

IEaxBubbleChart