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


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

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(
  double* minval,
  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