I am using chart annotations like the following example:

var annotationElement:MyAnnotationElement = new MyAnnotationElement();
myChart.annotationElements = [annotationElement];

The problem is, I need the annotations to start a few pixels above my 
chart's dataRegion.

Does anybody know how to modify this? I tried moving the 
_annotationElementHolder.y up a few pixels but then it doesn't cover 
all the way down to the axis, and changing the height value does 
nothing.  Any suggestions?

Reply via email to