[flexcoders] Column chart help

2007-11-14 Thread dbronk
I apologize if this is a repost, but on my first post of this I never saw it show up on the forum. I have a column chart that will have at least 20 different entries. I have a few of questions... 1. How do I remove the horizontal lines in the chart? I want only the bars, not y horizontal axis

Re: [flexcoders] Column chart help

2007-11-14 Thread Brendan Meutzner
Hi Dale, 1) Have a look at GridLines for the backgroundElements of the ColumnChart. 2,3) Have a look at the following range selection example I've put together to horizontally zoom/scroll a larger series... http://www.meutzner.com/blog/index.cfm/2007/8/14/Google-Finance-with-Flex-Code HTH,

RE: [flexcoders] Column Chart Help

2006-06-04 Thread Ely Greenfield
03, 2006 6:27 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Column Chart Help I don't think you can have formatted data for linear axes -- in other words, remove the commas from the data in the data provider and it works fine. You can then add them back in if you want the commas

RE: [flexcoders] Column Chart Help

2006-06-03 Thread Matt Horn
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ethan Miller Sent: Friday, June 02, 2006 1:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Column Chart Help Greetings - Having a hard time getting a very simple column chart working, code below. Category

[flexcoders] Column Chart Help

2006-06-02 Thread Ethan Miller
Greetings - Having a hard time getting a very simple column chart working, code below. Category labels on the x axis render, as do numeric labels on the y axis. But none of the data, ie columns renders. If I change LinearAxis to CategoryAxis with dataProvider={dashboardAC}, the data does