Click here to Skip to main content
15,896,063 members
Articles / Multimedia / GDI+

A control to display pie charts with highly customizable formatting

Rate me:
Please Sign up or sign in to vote.
4.96/5 (136 votes)
25 Aug 20064 min read 195.9K   3.9K   234  
A control to display pie charts with highly customizable formatting.
/// Author:  Matthew Johnson
/// Version: 1.0
/// Date:    March 13, 2006
/// Notice:  You are free to use this code as you wish.  There are no guarantees whatsoever about
/// its usability or fitness of purpose.

#region using
using System;
#endregion

namespace Nexus.Reflection
{
  public class ProxyException : Exception
  {
  }

  public class ProxyAttributeReflectionException : ProxyException
  {
  }

  public class MissingProxyTargetException : ProxyException
  {
  }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
I am a software engineer. When I'm not coding, I enjoy reading, especially sci-fi and fantasy. I also like getting outside to run and hike, probably so that my pale skin isn't criminally blinding.

Comments and Discussions