Hello,

if using DateTimeAxis, LinearAxis or LogAxis, use the interval-property and set 
it 1.

You can read more from here: 
http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_06.html

HTH, Jukka 

--- In flexcoders@yahoogroups.com, Venkat M <venkat_yum@...> wrote:
>
>   
> Hi Group,
>  
> I have a basic doubt on bar graphs in flex.
> For a bar graph I bind the data provider with an array collection. This array 
> collection will be populated dynamically with the values 0,1 or 2.
>  
> So the bar graph is showing fine, but the interval lines are at 0, 
> 0.2,0.4,0.6,0.8,1,1.2,1.4,1.6,1.8,2 meaning: at intervals of .2.
> I want it to be only integers, meaning: 0,1,2 that’s it. How do I do it?
>  
> Please help.
>  
> Thanks
>  
> Best Regards,
> Venkat.
>


Reply via email to