HOW TO
ArcView 3.x has an internal maximum of 100 records allowed to be used when creating charts. If you find this number too small for your application, you can use Avenue to increase it.
Code:
theChart = av.GetActiveDoc
'-- Set the number of records, this example uses 200
theChart.GetChartDisplay.SetMaxDataPoints(200)
Note:
One way to refresh the chart is to go to the Chart menu and select Properties. Once the Chart Properties dialog opens, click ok.
Article ID:000004077
Get help from ArcGIS experts
Download the Esri Support App