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.SetNormalizedRadiusMinMax Method (ArcObjects .NET 10.5 SDK) |
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