I'm hoping someone can help me do something I thought would be pretty simple. I have a bar/line graph that contains a trend line and I want to have that trend line be red if it is going down or green if it is going up. I've tested several things and the closest I can get is the attached screenshot which shows the dots as being the correct color but not the lines (I've tried changing the properties of the line to not even show the dots and still get this result).
I am storing the first/last values from my trend line into a data element so I can reference them in the indicators and verified they values are being interpreted correctly by throwing in labels with their values and one with a simple if statement comparing the values which is producing the expected results.
Any help would be greatly appreciated.