Hey peeps....Just looking for some help with some charting related tasks.
- Can you rotate the axis labels on a LineChart? All the examples i have used
seem to work fine on BarChart but not on LineChart
- Consider the following...
<mx:horizontalAxis>
<mx:DateTimeAxis dataUnits="days"
interval="1"
title="Date"
displayLocalTime="true"
parseFunction="parseDate"
id="monthLabels" />
</mx:horizontalAxis>
Is it possible to specify the number of axis points and labels? Using the
DateTimeAxis is seems to just try and work out where to plot them but i want to
specify at what intervals to put markers.
- Is it possible to get the color value of a chart line or legend marker? I
want to use the colors for something else and need them to match (other than
specifying my own colors).
Thanks for any help you can give..
Steve