Search found 4 matches
- Fri Oct 06, 2017 3:20 pm
- Forum: .NET
- Topic: IndexOutOfRangeException - FastLine when DrawAllPoints=false
- Replies: 3
- Views: 8992
Re: IndexOutOfRangeException - FastLine when DrawAllPoints=false
- I could not get the exception with a single series. - It occurs more often when the chart is zoomed. - It seems to occur more often when the mouse click is outside of the wall area but inside the panel area. - It requires many (estimated 10-20) mouse clicks to get the error. I hope that helps. pri...
- Fri Oct 06, 2017 2:27 pm
- Forum: .NET
- Topic: IndexOutOfRangeException - FastLine when DrawAllPoints=false
- Replies: 3
- Views: 8992
IndexOutOfRangeException - FastLine when DrawAllPoints=false
I am getting the following inconsistent error on mouse click when the chart has fastline series when DrawAllPoints = false. If I change DrawAllPoints = true I do not get the error. Index was outside the bounds of the array. [Inner Exception 0] Type: System.IndexOutOfRangeException at Steema.TeeChart...
- Fri May 25, 2012 2:49 pm
- Forum: .NET
- Topic: Labels on CandleBar series issue on zoom
- Replies: 3
- Views: 5251
Re: Labels on CandleBar series issue on zoom
Sandra, Thank you for your response. Your example worked for the data I provided. In the actual program my data does not have Saturday/Sunday data, so I use an index as my X value. Also, I have a radio group box that lets user chose labels by Month, Week, Quarter, Year, so I need something more dyna...
- Thu May 24, 2012 3:02 pm
- Forum: .NET
- Topic: Labels on CandleBar series issue on zoom
- Replies: 3
- Views: 5251
Labels on CandleBar series issue on zoom
I have an issue where the bottom axis label is not being displayed correctly when chart is zoomed and candle style is CandleBar. I am trying to only display month-year on the bottom axis. The GetAxisLabel method works correctly when chart is unzoomed, but when zoomed GetAxisLabel is not called for e...