flash - With a Flex ColumnChart, is there a way to center the datatip over the column -
I am using the Flex column chart with custom dataTipRenderer . I am able to apply a good skin with the datatip renderer, but I'm not sure how to centipulate datatip.
Is there a way to keep data tips on the columns rather than the chart center, does the general top-right alignment chart?
Instead of:
| Tip text | +++++++++++++++++++++++++++++
I want to:
| Tip text | ++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++
If you have datatip renderer, you can set property X in main component (canvas, hbox or vbox) : X = "this.x - (this.width * .5)"
Comments
Post a Comment