[OPEN] [#77] Chart legend problems with large amount of series

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [OPEN] [#77] Chart legend problems with large amount of series

    Hello!

    I have an issue with the chartlegends for a linechart we are using the linechart has 20 or so series and the legend runs out of bounds when we turn it on. I looked around in the legend but can't find a way to force it to show a number of colomns or something similar it seems it always uses one column or one line to show all the series in the legend.
    Is there a way I can force the legend to use multiple rows and/or columns?

    small example code we are using to produce this error:

                for (int i = 4; i <= 20; i++)
                {
                    serie = new LineSeries();
                    serie.SeriesID = "line" + i.ToString();
                    serie.YField = new[] { "data2" };
                    serie.XField = new[] { "periode2" };
                    serie.Axis = Position.Left;
                    Chart1.Series.Add(serie);
                }
    and a picture of the problem
    Click image for larger version. 

Name:	Capture.PNG 
Views:	407 
Size:	32.3 KB 
ID:	4665
    Last edited by Daniil; Dec 10, 2012 at 5:55 AM. Reason: [OPEN] [#77]

Similar Threads

  1. Replies: 2
    Last Post: Aug 13, 2012, 2:12 PM
  2. [CLOSED] Text on Series and Tool tips for Grouped Bar Chart
    By WHISHWORKS in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 16, 2012, 10:59 AM
  3. On the ext.net v2.x gauge chart problems
    By huidesy in forum 2.x Help
    Replies: 8
    Last Post: Jul 05, 2012, 8:07 PM
  4. Layout of large amount of UI elments
    By fangmdu in forum 2.x Help
    Replies: 1
    Last Post: Jul 02, 2012, 11:25 PM
  5. [CLOSED] Large amount of text in GridPanel
    By mattwoberts in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 24, 2012, 6:48 AM

Posting Permissions