IndicatorLegendAssignment(IndicatorType: Integer): IVZLegendBase;
IndicatorType. Visualizer metric type.
The IndicatorLegendAssignment property determines metric purpose in visualizer legend.
Depending on visualizer type and metric type, different values of the IndicatorType parameter 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.
The property use is given in the example for IEaxGrid.Legends.
See also: