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 flexcoders@yahoogroups.com, "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
> >
> >
>


Reply via email to