In visual variable what does that mean of "field " and "normalizationField" means is it two different column name ??

565
3
07-21-2019 03:39 AM
AnupamSharma
New Contributor III

Tags (1)
0 Kudos
3 Replies
LanceCole
MVP Regular Contributor

Anupam, 

The “field”value is the field name in your data whose values you want to display.  The “normalizationField” property contains the attribute field name used for normalization of the data.

Please see colorInfo_visualVariable | ArcGIS for Developers 

AnupamSharma
New Contributor III

can you please explain me with examples Lance Cole as i am still not getting about normalization field 

0 Kudos
LanceCole
MVP Regular Contributor

Anupam,

Look at it this way, if your field value has "number of cars" in a City and the normalizing field has "population" of the City, the ratio of these two numbers is used to determine the symbol size and would represent "number of cars per person".  If the normalization field is not set or provided the symbol would be based exclusively on "number of cars". 

Another example if the field value was "total personal income" and the normalization field was "number of households" the symbol size or attributes would be determined on "personal income per household" or personal income divided by number of households.

Simply, the field value is divided by the normalization value giving a ratio for use.

0 Kudos