I am using the arcpy.charts module to create some MatrixHeat charts for a set of data. I can't figure out how to change the color from the default color. Setting the color property
my_chart.color = ['#FF3333']
Doe not change the color. The documentation on this is vague bordering on nonexistent. Checking the docstring
my_chart.color?
comes back with <no docstring>