Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1475
Infragistics Dashboard
posted

Hi-

 I am planning to add a dashboard kind of control to my windows application where once you logon you first view this dashboard.

The dashboard doesnt neccesarily require items like graphs and charts(not more of statistics but the data itself) but it should present all the information required in more user friendly way.

For Example information like workload(of how many documents he has to process) for the user who logged in and also notifications for any emails in inbox.

I want to present this information to be presented to the user in a visually effective way.

Can any one suggest me which controls to use and where can I get some sample code for windows forms.

I am using Infragistics 8.2 version.

Thanks in advance.

 

Parents
No Data
Reply
  • 19380
    posted

    Hi Swetha,

    There is actually a great example of a "dashboard" style application in the Windows Forms 8.2 samples called "My Finances". It has the type of UI that fits what you have described.  Under the Infragistics folder in the Start Menu, go to NetAdvantage for .NET 2008 Vol. 2 CLR 2.0 -> Experience NetAdvantage for .NET -> Winforms Samples -> click on My Finances under Showcase Samples.

    The controls you will use are:

    • Navigation (UltraWinExplorerBar)
    • Tabular grid display (UltraWinGrid)
    • Chart data visualization (Line, Bar, TreeMap, etc) (UltraWinChart)
    • Radial or Linnear Gauge displays (UltraWinGauge)

    If you are looking at WPF, the xamTrader Showcase sample is also a good example of what you would be after.

    Let me know if you need any more information or help on this one,

    Thanks

    Jason

     

Children