Oops. I think you're right. What I suggested won't work for a column, where the item renderer is the thing drawing the column. I don't have an answer for you off the top of my head, I'm afraid.
On Thu, Jul 17, 2008 at 2:57 PM, shafram <[EMAIL PROTECTED]> wrote: > > Hi thanks, yes I've set showDataTipTargets="true", but this will only > cause the targets to appear when the user mouses over the graph. Is > there a way to always have it appear? And is it possible to have it > appear for bars that don't render in the graph? > > I'm trying to find the tip renderer for the ColumnSeries but I don't > see it. Can you give an example? > > Thanks. > > --- In [email protected], "Richard Rodseth" <[EMAIL PROTECTED]> > wrote: >> >> Have you tried showDataTipTargets="true" ? >> >> At the series level, you can also customize the tip renderer: >> >> stroke="{tipStroke}" >> fill="{tipFill}" >> radius="4" itemRenderer="mx.charts.renderers.CircleItemRenderer" >> >> >> On Thu, Jul 17, 2008 at 2:19 PM, shafram <[EMAIL PROTECTED]> wrote: >> > Hi, I've been searching around for any example to do this but I >> > haven't found anything so far.... >> > >> > I have a Cartesian chart with a column series. Some of the bars don't >> > render on the chart because their values are very small. However >> > showing the datatips for these bars is still useful. The only problem >> > is that there is no indication that there's a datatip unless the user >> > rolls their mouse over the graph where they may see a datatip for one >> > of the very small bars. >> > >> > My question is, is it possible to always show just the data tip target >> > for the bars that don't render on the graph? >> > >> > Thanks >> > >> > >> > >

