ArcObjects Library Reference (Carto)  

IBubbleSeriesProperties.NormalizedRadius Property

Properties of normalized Radius.

[Visual Basic .NET]
Public Property NormalizedRadius As Boolean
[C#]
public bool NormalizedRadius {get; set;}
[C++]
HRESULT get_NormalizedRadius(
  VARIANT_BOOL* bNormalized
);
[C++]
HRESULT put_NormalizedRadius(
  VARIANT_BOOL bNormalized
);
[C++]

Parameters

bNormalized [out, retval]   bNormalized is a parameter of type VARIANT_BOOL bNormalized [in]   bNormalized is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IBubbleSeriesProperties Interface