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


IBubbleSeriesProperties.GetNormalizedRadiusMinMax 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.GetNormalizedRadiusMinMax Method
ArcGIS Developer Help

IBubbleSeriesProperties.GetNormalizedRadiusMinMax Method

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

[Visual Basic .NET]
Public Sub GetNormalizedRadiusMinMax ( _
    ByRef minval As Double, _
    ByRef maxval As Double _
)
[C#]
public void GetNormalizedRadiusMinMax (
    ref double minval,
    ref double maxval
);
[C++]
HRESULT GetNormalizedRadiusMinMax(
  System.Double* minval,
  System.Double* maxval
);
[C++]
Parameters
minval [out]

minval is a parameter of type double* maxval [out]
maxval is a parameter of type double*

Product Availability

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

See Also

IBubbleSeriesProperties Interface