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


IDataNormalization.NormalizationTotal Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDataNormalization.NormalizationTotal Property

Total of all values (used when normalizing by percent of total).

[Visual Basic .NET]
Public Property NormalizationTotal As Double
[C#]
public double NormalizationTotal {get; set;}
[C++]
HRESULT get_NormalizationTotal(
  double* Value
);
[C++]
HRESULT put_NormalizationTotal(
  double Value
);
[C++]

Parameters Value [out, retval] Value is a parameter of type double Value [in] Value is a parameter of type double

Product Availability

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

Description

Not implemented by ProportionalSymbolRenderer .

 

See Also

IDataNormalization Interface