Hello,

I was wondering if anyone knows why series added through AS to a
CartesianChart wouldn't draw.  

The strange thing is that I can see tooltips (next to the vertical
axis) when I mouse-over where the columns normally would be indicating
the values in the dataprovider however the actual bars aren't displaying.

I've tried calling a variety of invalidators to no avail.

chart.series = arSeries;
chart.invalidateDisplayList();
chart.invalidateProperties();
chart.invalidateSeriesStyles();
chart.invalidateSize();

GP

Reply via email to