Results 1 to 2 of 2

Thread: pie chart

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2006
    Posts
    41

    pie chart

    can i show a pie chart from the database data on the emulator pocket pc 2002 using vb .net 2003?

  2. #2
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: pie chart

    The Compact Framework does not have any integrated graphing controls.

    You would need to use a 3rd party component such as
    http://www.devdirect.com/ALL/piechar...x?&Show=Images

    or else create your own custom pie chart. using the drawing class and painting your own pie chart

    here is one in eVB http://www.devbuzz.com/content/zinc_..._chart_pg1.asp

    here is a sample of a barchart in c#.net for the compact framework
    http://www.codeproject.com/netcf/pocketbargraph.asp
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width