IndicatorSelection(Type: Integer): IDimSelection;
IndicatorSelection[Type: integer]: Prognoz.Platform.Interop.Dimensions.IDimSelection;
Type. Type of data view dimension metric.
The IndicatorSelection property returns dimension metric selection in view.
Depending on the type of object using to work with data view, different dimension metric types in view will be used:
For table,values of the EaxGridIndicatorType enumeration will be used
For chart - EaxChartIndicatorType
For bubble chart - EaxBubbleChartIndicators
For bubble tree - EaxBubbleTreeIndicators
For tree map - EaxTreeMapIndicators
For old map type - EaxMapIndicatorType
For new map type supporting the OpenGL technology - EaxMapChartIndicators.
To get selection of all dimension metrics in view, use IEaxObject.CombinedIndicatorSelection.
The property use is given in the example for IEaxObject.CombinedIndicatorSelection.
See also: