Click here to Skip to main content
15,891,757 members
Articles / Multimedia / GDI

S.I.V.: A Simple Pie Chart with Legend

Rate me:
Please Sign up or sign in to vote.
2.43/5 (4 votes)
3 Aug 20045 min read 48.3K   1.9K   18  
Simplicity Is Virtue : how do draw a simple pie chart almost anywhere
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by sdi.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_PIETYPE                     129
#define IDD_CHART                       130
#define IDD_RADAR                       131
#define IDM_DIALOGSAMPLE                32771
#define IDM_RADAR                       32772

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32773
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

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.


Written By
Web Developer
Croatia Croatia
A software developer for the masses..

Comments and Discussions