lizeth Posted September 18, 2008 Report Share Posted September 18, 2008 Hi, I am new to ChartFX and was trying to use the Scrollable Property of the Chart. I set the Scrollable property to true, and was able to see the scrollbar. However, the scrollbar seemed to be fixed and I cannot drag it. lineChart.Scrollable = true;I tried changing the Scroll View as in the Chart Samples and Resources, but still the scroll view is not changing. lineChart.AxisX.SetScrollView(30,40); Now, I cannot see any changes in the chart. Please help me with my problem. Thanks. Liz Quote Link to comment Share on other sites More sharing options...
Frank Posted September 18, 2008 Report Share Posted September 18, 2008 Are you generating an image or a .NET Control? If you are generating an image, there is no UI, including scrolling. AJAX UI is a feature of Chart FX 7. Quote Link to comment Share on other sites More sharing options...
lizeth Posted September 21, 2008 Author Report Share Posted September 21, 2008 Hi Frank, I'm not sure if I'm generating an image. Following is the result of the chart when I use the Scrollable property but it doesn't allow me to drag the scrollbar. http://img265.imageshack.us/my.php?image=chartfa7.jpg http://img265.imageshack.us/my.php?image=chartfa7.jpg Currently, I'm using ChartFX for .NET version 6.2. Does that mean that scrollable will not work for me? Thanks, Lizeth Quote Link to comment Share on other sites More sharing options...
Frank Posted September 22, 2008 Report Share Posted September 22, 2008 If you are generating an image, scrolling will NOT work in 6.2. Check the value of your HtmlTag property. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.