3 Replies - 293 Views - Last Post: 17 August 2012 - 06:47 AM Rate Topic: -----

#1 Ibrahim.ABBAS  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 10
  • Joined: 15-July 11

Dynamic Organization Diagram

Posted 14 August 2012 - 06:12 AM

Hello,

I am going to implement a structure to represent organization diagram;
For this representation, there are 4 entities: Organizations, Persons, Positions and skills:
The relationships between these entities are as follows:
Organization can belong to other Organization;
Person belongs to Organization or many;
Position belongs to one organization;
Skill belongs to one organization;
So I need to represent a shoot of data using dynamic diagram which accepts expanding nodes. For example I click on org I will see its positions, persons, skills and sub organizations and so on.
Could you please, advise me from your experience which tool (free and/or paid) or component is best to use for this issue (I use C# windows application)... I found only this one: http://unifosys.com/...ult.aspx#hchart

Thanks,

Ibrahim

Is This A Good Question/Topic? 0
  • +

Replies To: Dynamic Organization Diagram

#2 Skydiver  Icon User is online

  • Code herder
  • member icon

Reputation: 2029
  • View blog
  • Posts: 6,048
  • Joined: 05-May 12

Re: Dynamic Organization Diagram

Posted 14 August 2012 - 06:31 AM

Are you expecting this chart control to do the correct data binding to the structure you are going to implement? e.g. If you add another Position to an organization in your code, the chart control will automatically redraw itself.

Beyond letting the user expand and collapse nodes, are you expecting this chart control to let the user edit the hierarchy? e.g. If the user drag drops on organization into another organization, are you expecting the chart to automatically update the parent child relationships in your structure?

Do you really need chart? Will a simple TreeView suffice?
Was This Post Helpful? 1
  • +
  • -

#3 Ibrahim.ABBAS  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 10
  • Joined: 15-July 11

Re: Dynamic Organization Diagram

Posted 14 August 2012 - 06:54 AM

View PostSkydiver, on 14 August 2012 - 06:31 AM, said:

Are you expecting this chart control to do the correct data binding to the structure you are going to implement? e.g. If you add another Position to an organization in your code, the chart control will automatically redraw itself.

this is not a prb if I add another Position to an organization in my code, I will re-draw the diagram or use its functionality to do that

View PostSkydiver, on 14 August 2012 - 06:31 AM, said:

Beyond letting the user expand and collapse nodes, are you expecting this chart control to let the user edit the hierarchy? e.g. If the user drag drops on organization into another organization, are you expecting the chart to automatically update the parent child relationships in your structure?

for the moment, not really but it may be next task to do....

View PostSkydiver, on 14 August 2012 - 06:31 AM, said:

Do you really need chart? Will a simple TreeView suffice?

no at all because I use Tree view to navigate between all these entities so I have a parent nods with children and n sub children... to represent my data and to do CRUD operation....
I want to let client(responsables and so on) who use my application to have a diagram which gives an easy interface to see and illustratethe orgs and positions ....
Was This Post Helpful? 0
  • +
  • -

#4 Ibrahim.ABBAS  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 10
  • Joined: 15-July 11

Re: Dynamic Organization Diagram

Posted 17 August 2012 - 06:47 AM

No help!?
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1