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


esriDataNormalization Constants (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

esriDataNormalization Constants

Various methods to normalize Data.

Constant Value Description
esriNormalizeByField 0 Normalize by field.
esriNormalizeByLog 1 Normalize by Log.
esriNormalizeByPercentOfTotal 2 Normalize by percent of total.
esriNormalizeByArea 3 Normalize by area.
esriNormalizeByNothing 4 Do not Normalize.

Product Availability

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

.NET Samples

Multivariate renderer (Code Files: MultivariateRenderer)