Hello,
I would like to know how to use the UniqueValueRenderer.RotationExpression Property, how do I build the expression?
I have an attribute in my graphicsLayer named "Angle", it has values from 0 to 360 degrees corresponding to rotation.
Please advice
Thank you in advance
Solved! Go to Solution.
Following should work :
var renderer = new UniqueValueRenderer();
renderer.RotationExpression = "[Angle]";
Following should work :
var renderer = new UniqueValueRenderer();
renderer.RotationExpression = "[Angle]";
Hi,
Thank you for raising this - I have entered an issue to enhance the API reference doc in this area.
Cheers
Mike