I wish to add a guide to the Bar chart in ArcGIS Pro using ArcPy but I couldn't find anything in documentation.
How can I do this?
1 Answer 1
It can be done via the CIM module. See the Cartographic Information Model. You want to work down from CIMCharts.axes -> CIMChartAxis.guides -> CIMChartGuide
answered Feb 20, 2023 at 10:29
lang-py