ArcObjects Library Reference (Carto)  

IProportionalSymbolRenderer.MaxDataValue Property

Normalized maximum data value.

[Visual Basic .NET]
Public WriteOnly Property MaxDataValue
[C#]
public void MaxDataValue {set;}
[C++]
HRESULT put_MaxDataValue(
  double 
);
[C++]

Parameters

[in]    is a parameter of type double

Product Availability

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

Description

This property represents the largest possible value in the data. This property does not at all affect the map symbolization, but is only used to help determine the structure of the renderers entry in the table of contents and legend if applicable.

This property is only used if ValueUnit = esriUnknownUnits. In this case the set of symbols to be shown in the renderer legend entry is determined based on the values of these properties: MinSymbol/MinDataValue, MaxDataValue, and LegendSymbolCount which is the desired number of symbols to be shown in the legend entry. Be sure to set these properties before calling CreateLegendSymbol, which refreshes the renderer's legend entry.

If ValueUnit is some known data unit, then only the MinSymbol is shown in the legend and MaxDataValue is not used.

See Also

IProportionalSymbolRenderer Interface