Currently, classBreaksRenderer supports only attribute with the field name. example as follows:
var classBreaksRenderer:ClassBreaksRenderer = new ClassBreaksRenderer();
classBreaksRenderer.attribute = "MIN_P_ALL";
Is there a way to implement attribute with some weight factor multiplied with the field:
example say classBreaksRenderer.attribute = "MIN_P_ALL"*p;
where p is postive weight factor
Thanks..
Abu