0
votes
0answers
118 views

How to Chart Frequency Distribution in ArcGIS using VBA or Python? [closed]

I am looking to find the code ( VBA OR PYTHON ) or any programming language for statistics frequency chart field ( like arc GIS one)... I didn't find any code to how I create the chart statistics from ...
2
votes
2answers
486 views

How to creat a graph from a Field values (VBA_ArcObjects)

I have a combobox that shows all fields of a shapefile. I want to get these values programmatically in a label--Count, Minimum, Maximum, Sum, Mean, Standard Deviation--and populate a graph of the ...