Gantt chart
-
I want to develop an application with MFC,which has similar functions to Gantt chart.But I don't know how to start,please give me some advice.Many thanks in advance.
It's impossible to give an answer to such questions in a technical forum. You need to analyse your requirements and figure out how you wish to represent the data in your charts. The chances are that you will be drawing lines and blocks so the GDI+[^] classes will probably be of some use.
The best things in life are not things.
-
I want to develop an application with MFC,which has similar functions to Gantt chart.But I don't know how to start,please give me some advice.Many thanks in advance.
Take a look at my charting control[^]High-speed Charting Control[^] article. It has support for Gantt series too.
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++ -
I want to develop an application with MFC,which has similar functions to Gantt chart.But I don't know how to start,please give me some advice.Many thanks in advance.
Jokcy wrote:
I want to develop an application with MFC,which has similar functions to Gantt chart.
I am assuming you have 3-4 yrs of development experience in MFC. if you want to develop your own charting control, you can go through GDi and GDI+ classes, which provide you low level access to window graphics. Otherwise google is always your good friends for developer!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
Take a look at my charting control[^]High-speed Charting Control[^] article. It has support for Gantt series too.
Cédric Moonen Software developer
Charting control [v3.0] OpenGL game tutorial in C++ -
It's impossible to give an answer to such questions in a technical forum. You need to analyse your requirements and figure out how you wish to represent the data in your charts. The chances are that you will be drawing lines and blocks so the GDI+[^] classes will probably be of some use.
The best things in life are not things.
-
Jokcy wrote:
I want to develop an application with MFC,which has similar functions to Gantt chart.
I am assuming you have 3-4 yrs of development experience in MFC. if you want to develop your own charting control, you can go through GDi and GDI+ classes, which provide you low level access to window graphics. Otherwise google is always your good friends for developer!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You