IndicatorSelection(Type: Integer): 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:
Values of the EaxGridIndicatorType enumeration will be used for table.
For chart - EaxChartIndicatorType.
For bubble chart - EaxBubbleChartIndicators.
For bubble tree - EaxBubbleTreeIndicators.
For tree map - EaxTreeMapIndicators.
For old map type - EaxMapIndicatorType.
For new map type that supports 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: