This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBubbleSeriesProperties Interface > IBubbleSeriesProperties.GetNormalizedRadiusMinMax Method (ArcObjects .NET 10.5 SDK) |
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