Dependent: Boolean;
The Dependent property determines whether a parameter scale is used.
Available values:
True. The scale that is determined by the IMapVisualNumericProperty.Scale property is used, the IMapVisualNumericProperty.Value property value is ignored.
False. The value that is determined by the IMapVisualNumericProperty.Value property is used, the IMapVisualNumericProperty.Scale property value is ignored.
The property use is given in the example for the IMapVisualNumericProperty.DataAdapter property.
See also: