Link to home
Start Free TrialLog in
Avatar of appdec
appdec

asked on

Drawing 3 level pie in WPF

1 Level
the pie must be drawn from an external excel file.
(for example: Project 1, Project 2, Project 3, Project 4)
2 level
When i click on first level item "Project 1" over this pie should be drawn from the same excel file the project phases only from project 1. when i click on "Project 2" it should draw over the project 2 the phases of the clicked project
3 level
when i click on one of the phases over this phase should be draw items for this phase

for a better overview i have attached a picture which describes it better and the excel file is attached too.
1.xls
1.JPG
Avatar of CSLARSEN
CSLARSEN

Hi
Something like this?
Cheers
cslarsen
EE-1.xls
Avatar of appdec

ASKER

first of all thank you for your respond.

the ".xls" file is like a database with three tables where the chart gets the information.
but i use excel because it was easier for me.
so the graphic that i have drawn in paint is to have a visual description for my request.
and the main problem is that the phase pie will be showed when i click on a specific project. like in the pic. when i click on the next project the phases of the specific project should be showed  and after that when i click a phase the items of this phase should be showed.

it try to realize this in WPF to read the columns from the ".xls" file and to draw then the graphic on my one application. something like this would be very helpful
Ok , The "click" on parts of the chart is beyond the effort and/or skills :-) I can invest in this right now and I wish you good luck.

PS If you want I can delete my comments so your question is more "attractive" by having zero comments, to experts looking for posts and points.

cheers
cslarsen
Avatar of appdec

ASKER

i hope someone can give me a solution for this problem :S
Avatar of appdec

ASKER

i have found a Microsoft chart control with some examples but there is only one problem :S i there is a great pie picture but it don't has an example can some one find it?
untitled.JPG
And you can click this one to make it expand certain sections?
If not, then it is more or less the same as I gave you in my first post to this q.
cheers
cslarsen
Avatar of appdec

ASKER

I'm not sure but i saw on the samples that you can make great animations using timer control
Ok, and thanks for the tip.
:-)
cslarsen
ASKER CERTIFIED SOLUTION
Avatar of appdec
appdec

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial