Click here to Skip to main content
15,885,546 members
Articles / Desktop Programming / MFC

High-speed Charting Control

Rate me:
Please Sign up or sign in to vote.
4.95/5 (327 votes)
13 Jul 2010CPOL35 min read 4.2M   100.5K   787  
A flexible charting control to display 2D data
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ChartDemo.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_CHARTDEMO_DIALOG            102
#define IDR_MAINFRAME                   128
#define IDD_SERIESPROP_DLG              131
#define IDC_CHARTCTRL                   1001
#define IDC_SERIES_GROUP                1007
#define IDC_ADDSERIES                   1009
#define IDC_SERIESNAME_EDIT             1010
#define IDC_SERIESTYPE_COMBO            1011
#define IDC_SERIESCOLOUR_BTN            1012
#define IDC_SERIES_LIST                 1013
#define IDC_GENERAL_GROUP               1014
#define IDC_LEGENDVIS_CHECK             1015
#define IDC_BKGND_COLBTN                1016
#define IDC_AXIS_GROUP                  1017
#define IDC_LEFTAXIS_RADIO              1018
#define IDC_BOTTOMAXIS_RADIO            1019
#define IDC_RIGHTAXIS_RADIO             1020
#define IDC_TOPAXIS_RADIO               1021
#define IDC_AXISVISIBLE_CHECK           1022
#define IDC_AXISAUTOMATIC_CHECK         1023
#define IDC_AXISGRIDVIS_CHECK           1024
#define IDC_AXISMINVAL_EDIT             1025
#define IDC_AXISMAXVAL_EDIT             1026
#define IDC_AXISLOGARITHMIC_CHECK       1027
#define IDC_AXISMINVAL_STATIC           1028
#define IDC_AXISMAXVAL_STATIC           1029
#define IDC_TITLE_EDIT                  1033
#define IDC_VERTICALAXIS_COMBO          1034
#define IDC_HORIZONTALAXIS_COMBO        1035
#define IDC_LINEDATA_RADIO              1036
#define IDC_SINEDATA_RADIO              1037
#define IDC_RANDOMDATA_RADIO            1038
#define IDC_MINXVALUE_EDIT              1039
#define IDC_MAXXVALUE_EDIT              1040
#define IDC_POINTSNUMBER_EDIT           1043
#define IDC_DATAPARAM1_EDIT             1044
#define IDC_DATAPARAM2_EDIT             1045
#define IDC_DATAPARAM1_TEXT             1046
#define IDC_DATAPARAM2_TEXT             1047
#define IDC_AXISINVERTED_CHECK          1048
#define IDC_AXISLABEL_EDIT              1049
#define IDC_DELETESERIES                1050
#define IDC_CHART2                      1052
#define IDC_BUTTON1                     1054
#define IDC_PAN_CHECK                   1055
#define IDC_ZOOM_CHECK                  1056

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        135
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1057
#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.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Belgium Belgium
I am a 29 years old guy and I live with my girlfriend in Hoegaarden, little city from Belgium well known for its white beer Smile | :) .
I studied as an industrial engineer in electronics but I oriented myself more towards software development when I started to work.
Currently I am working in a research centre in mechatronica. I mainly develop in C++ but I also do a bit of Java.
When I have so spare time, I like to read (mainly fantasy) and play electric guitar.

Comments and Discussions