[flexcoders] Re: minorticks and grid lines for charts

2009-06-08 Thread netdeep
Here's what I tried, but it doesn't work: var hAxis:DateTimeAxis = new DateTimeAxis(); hAxis.displayLocalTime = true;); hAxis.labelUnits = "hours" hAxis.dataInterval = 1; hAxis.minorTic

Re: [flexcoders] Re: minorticks and grid lines for charts

2009-06-08 Thread thomas parquier
You may have also to set dataUnits to "hours". thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/8 netdeep > > > > Here's what I tried, but it doesn't work: > > var hAxis:DateTimeAxis =