Hi Sandra,
thanks a lot. I don't know why your code works and my code don't. But now i am able to use the AxisBreaks.
Thanks again,
Wolfgang
Search found 5 matches
- Mon Nov 21, 2011 8:30 am
- Forum: .NET
- Topic: Example for AxisBreaksTool?
- Replies: 7
- Views: 7439
- Mon Nov 14, 2011 2:15 pm
- Forum: .NET
- Topic: Example for AxisBreaksTool?
- Replies: 7
- Views: 7439
Sample for throwing the error
Hello Sandra, I attached a zip-file with a small VB-project showing the error. Hope that helps. Didn’t try your code for the zooming yet, but it looks not to be the solution. I don’t have the problem to find a way to label the X-Axis accordingly. In my program this is done in the GetAxisLabel – Even...
- Fri Nov 11, 2011 9:20 pm
- Forum: .NET
- Topic: Example for AxisBreaksTool?
- Replies: 7
- Views: 7439
Example for AxisBreaksTool: New problem
Hi Sandra, the time-gaps are killed thanks to your AxisBreaksTool. But here is the next problem: I use the zoom-feature and depending on the time-length of the x-axis after the zooming I set the labels to a new time-format. So I have the right labelling depending on the zoom. This works great, if no...
- Fri Nov 11, 2011 11:04 am
- Forum: .NET
- Topic: Example for AxisBreaksTool?
- Replies: 7
- Views: 7439
Re: Example for AxisBreaksTool?
Hi Sandra, thanks a lot for your code. It works perfect. I had something very similar, using real data and get heavy crashes every time I added a break on a gap. The magic line in your code is: tChart1.Axes.Bottom.Labels.DateTimeFormat = "dd/MM/yyyy"; I had not set the format of the labels and got a...
- Wed Nov 09, 2011 11:13 am
- Forum: .NET
- Topic: Example for AxisBreaksTool?
- Replies: 7
- Views: 7439
Example for AxisBreaksTool?
Hi, Do you have an example how to use the AxisBreaksTool (VB preferred)? In the Tutorials all tools are described with sourcecode except this one. Now I need the AxisBreaksTool and don’t get it running. My X-Axis (bottom) has DateTime values. I try to display a candle-series, which has time-gaps (We...