Recommendations for a google finance-like interactive chart control
        Posted  
        
            by 
                Chris Farmer
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chris Farmer
        
        
        
        Published on 2008-09-21T16:45:20Z
        Indexed on 
            2011/02/26
            15:25 UTC
        
        
        Read the original article
        Hit count: 383
        
I need some sort of interactive chart control for my .NET-based web app. I have some wide XY charts, and the user should be able to interactively scroll and zoom into a specific window on the x axis. Something that acts similar to the google finance control would be nice, but without the need for the date labels or the news event annotations. Also, I'd prefer to avoid Flash, if that's even possible. Can someone please give some recommendations of something that might come close?
EDIT: the "real" google timeline visualization is for date-based data. I just have numeric data. I tried to use that control for non-date data, but it seems to always want to show a date and demands that the first data column actually be a date.
© Stack Overflow or respective owner