Search found 2 matches

by david
Mon Jun 01, 2009 7:44 pm
Forum: .NET
Topic: Legend extends below bottom of chart
Replies: 1
Views: 2164

Legend extends below bottom of chart

Using version 3.5.3065.19162 under WPF, I find that with a large number of series, my legend extends below the bounds of the chart panel and overlaps a textbox control situated below the chart control. It appears that there is one more legend entry than can be displayed within the chart bounds. Usin...
by david
Wed Nov 26, 2008 6:16 pm
Forum: .NET
Topic: WPF Chart Hangs in Infinite Loop
Replies: 3
Views: 3916

WPF Chart Hangs in Infinite Loop

I encountered an infinite loop in the following code. It is taken from the Axis class. do { tmp = iRange / tmpResult; if (Math.Abs(tmp) < int.MaxValue) { tempNumLabels = Utils.Round(tmp); if (tempNumLabels > maxNumLabels) if (Logarithmic) tmpResult = tmpResult * LogarithmicBase; else tmpResult = Nex...