Hi,

I'm working on a stock chart application using Flex 2 Charts. One of
the graphs is an intra-day feed for 5 days. For this I am using a
Category Axis with a category created for every minute of the trading
hours for the 5 days. I have extended the category axis with an
over-ridden getLabelEstimate() function to help format the labels
properly, as described in
http://blog.steamstreet.com/buildingsteamstreet/2007/04/flex_chart_axis.html

However, I have noticed a strange problem: an extra tick mark is
produced to the *left* of the vertical axis. This is messing up the
verticalChangeCount for my gridline fill colours, as well as
offsetting the graph a little from where it should be.

I've checked the first category value in the axis' data provider,
which seems correct and is put on the axis in the right place. Does
anyone have any idea where this extra tick is coming from? It must be
to do with having separate chart and axis data providers, as I've used
the same custom axis on other simpler charts without problems.

Any help would be appreciated,

Iain



Reply via email to