Express > Express Assembly Interfaces > IEaxObject > IEaxObject.IndicatorLegendAssignment
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:
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.
The property use is given in the example for IEaxGrid.Legends.
See also: