Error bars normally have the point and the ibeam, and these are separate objects, so you have to be careful that you have selected the right element. And I expect that you know about drilling down to a specific point or ibeam.
There are restrictions on what you can do to an element attribute that is used structurally in a chart. You can't make changes to an individual bar attribute, say, that is defining a group as it would change the meaning of the chart.
However, you might be able to get what you want by specifying the attribute in the GPL, which would avoid having to edit the chart ex post.
If you paste the syntax, you can add coloring in the ELEMENT statement. For example,
ELEMENT: point(position(jobcat*MEAN_salary), color(jobcat))
ELEMENT: interval(position(region.spread.range(jobcat*(LOW+HIGH))), shape.interior(shape.ibeam), color(jobcat)
This will use your defined color cycle for the elements.
#SPSSStatistics#Support#SupportMigration