Is it possible to change the starting value on an axis for a chart in Flex 3.4? For example, rather than the y axis starting at 0, have it start at 50.
+2
A:
If you are using a LinearAxis or DateTimeAxis, you can set the minimum and maximum properties. See the flex documentation at http://livedocs.adobe.com/flex/3/langref/mx/charts/LinearAxis.html
Relic
2009-10-28 15:42:55
Works perfectly, thanks.
Alex Jillard
2009-10-29 15:19:49