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


IProportionalSymbolRenderer.MinDataValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IProportionalSymbolRenderer Interface > IProportionalSymbolRenderer.MinDataValue Property
ArcGIS Developer Help

IProportionalSymbolRenderer.MinDataValue Property

Normalized minimum data value.

[Visual Basic .NET]
Public WriteOnly Property MinDataValue
[C#]
public void MinDataValue {set;}
[C++]
HRESULT put_MinDataValue(
  double 
);
[C++]
Parameters
 [in]

is a parameter of type double

Product Availability

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

See Also

IProportionalSymbolRenderer Interface