[CLOSED] Chart Design Suggestion

  1. #1

    [CLOSED] Chart Design Suggestion

    In this http://mvc2.ext.net/#/Chart_Bar/Basic/ chart area is .Width(800) and .Height(600) , but I dont have that much space and I have to draw 4-6 chart there .
    for this situation I need to resize or shrink each chart . may be .Width(800) and .Height(600) in this space I have to place 4 charts . please suggest me how do I do this .

    please see attached image ,may be you get some idea .

    Click image for larger version. 

Name:	Untitled.png 
Views:	25 
Size:	48.3 KB 
ID:	24057
    Last edited by Daniil; Jul 14, 2015 at 5:13 PM. Reason: [CLOSED]
  2. #2
    Hello @matrixwebtech!

    For that all you have to do is resize your chart (and fonts) accordingly and then position them inside panels...

    One way would be to:
    1. build a panel with VBoxLayout (pV)
    2. inside it, add two panels with HBoxLayout (pH1 and pH2)
    3. on each of the two panels with HBoxLayout, add as items, two charts -- resized as you feel fit (ch1, ch2, ch3, ch4)
    4. you can add a third HBoxLayout panel inside the pV one (pH3) and add the remaining graph and table (ch5 and tb1)...

    then you will have something like this:

    pV---------------
      | pH1------------
      | | ch1   ch2
      | |
      | pH2------------
      | | ch3   ch4
      | |
      | pH3------------
      | | ch5   tb1
      | |
      |
    There are a whole lot of ways of positioning the graphs as you like, that's just one of them.

    I hope this helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Suggestion on Actions
    By reinout.mechant@imprss.be in forum 3.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 19, 2014, 5:01 PM
  2. Need a suggestion for layout
    By AlexMaslakov in forum 1.x Help
    Replies: 0
    Last Post: Sep 28, 2011, 7:14 AM
  3. [CLOSED] Suggestion
    By stoque in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 14, 2011, 12:34 PM
  4. [CLOSED] Suggestion for right control and usage
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Aug 06, 2010, 10:05 AM
  5. Suggestion: More comprehensive example on AjaxEvents.
    By jeeshenlee in forum Open Discussions
    Replies: 2
    Last Post: May 17, 2010, 9:59 PM

Posting Permissions