So I have a chart marker enabled with the DataMarkerLabelStyle configured with text and background color and such - which works fine. However, what I want to do is dynamically set that label text color based on the value of that node - so high numbers in red, low numbers in blue that sort of thing.
I know how to approach this when there's a template involved setting the binding and the like but I'm not sure how to approach that problem for the label text color - is there a way to do this?