Search found 6 matches
- Tue Jan 31, 2006 8:58 pm
- Forum: .NET
- Topic: Dynamic zoom based on another chart zoom event
- Replies: 1
- Views: 3741
Dynamic zoom based on another chart zoom event
I have two charts (contain 2D point series): order chart : x-axis (6:00 - 17:00) and y-axis (stock price) size chart : x-axis (6:00 - 17:00) and y-axis (trade size) If the user zooms in using the mouse drag in order chart, I want to zoom the size chart in the same ratio. E.g. after zooming order cha...
- Wed Nov 23, 2005 4:56 pm
- Forum: .NET
- Topic: IndexOutOfRangeException from Series.CalcXPos
- Replies: 5
- Views: 8078
- Fri Nov 04, 2005 4:00 pm
- Forum: .NET
- Topic: IndexOutOfRangeException from Series.CalcXPos
- Replies: 5
- Views: 8078
This error happened randomly. Not sure how to reproduce it. I was hoping you can check the implementation to figure out some clue for me. My app displays six charts. One of them has bar chart and the rest have just lines. We track the MoveEnter/Leave events to show a popup label with the tile of eac...
- Thu Nov 03, 2005 7:14 pm
- Forum: .NET
- Topic: IndexOutOfRangeException from Series.CalcXPos
- Replies: 5
- Views: 8078
IndexOutOfRangeException from Series.CalcXPos
I get the following runtime error with stack trace. My app is handling MouseEnter/Leave events for Bar and Line. Any idea what is going on? See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System...
- Tue Jun 15, 2004 9:18 pm
- Forum: .NET
- Topic: Working with scrolling and zooming tchart in a C# app
- Replies: 1
- Views: 6008
found solution
problem at hand solved. found this in tutorial.chm
tChart1.Panning.Allow = ScrollModes.None;
this wasn't happening by setting the options during design mode though. and having it named .Panning. when everywhere else it's referred to as scrolling was cruel
tChart1.Panning.Allow = ScrollModes.None;
this wasn't happening by setting the options during design mode though. and having it named .Panning. when everywhere else it's referred to as scrolling was cruel
- Tue Jun 15, 2004 8:45 pm
- Forum: .NET
- Topic: Working with scrolling and zooming tchart in a C# app
- Replies: 1
- Views: 6008
Working with scrolling and zooming tchart in a C# app
hello all, my question is two-fold: 1. Zooming. a. Under properties for the TChart during edit mode: Chart tab -> General tab -> Zoom tab -> "Allow" checkbox it comes checked by default. i uncheck it, close properties dialog, reopen properties dialog "Allow" is checked once again. is there something...