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


IBubbleSeriesProperties.SetNormalizedRadiusMinMax Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBubbleSeriesProperties Interface > IBubbleSeriesProperties.SetNormalizedRadiusMinMax Method
ArcGIS Developer Help

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