This document is archived and information here might be outdated.  Recommended version.


IBubbleSeriesProperties.SetNormalizedRadiusMinMax Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IBubbleSeriesProperties.SetNormalizedRadiusMinMax Method

Set normalized radius min max (percent of Y values).

[Visual Basic .NET]
Public Sub SetNormalizedRadiusMinMax ( _
    ByVal minval As Double, _
    ByVal maxval As Double _
)
[C#]
public void SetNormalizedRadiusMinMax (
    double minval,
    double maxval
);
[C++]
HRESULT SetNormalizedRadiusMinMax(
  double minval,
  double maxval
);
[C++]

Parameters minval [in] minval is a parameter of type double maxval [in] maxval is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBubbleSeriesProperties Interface