Hi,
I am trying to python script the creation of an elevation profile graph like the one here, but I don't see that type of chart as an option here.
Is there a good reason why the developers haven't included "Profile Graph" as a programmable type? Is there a known workaround?
Thanks!,
Brian
Can't you use a line graph?
Line—ArcGIS Pro | Documentation
From your second link regarding the Chart class.... It is recommended that you use the subclasses in the arcpy.charts module instead.