C
Chen G
Hi,
Here is the problem - There is a graph I have to create, based on the
following information:
I have projects names, and each project has the following data:
1. Estimated cost.
2. Actual cost.
3.Status, which can be one of 3: a. over with b. in progress c. per
demand
I need to put the data on a 3D column graph, in a way that each
project will have 2 columns that compare estimated and actual cost,
but the problem is I also need to put some kind of an attribute on
every project which reflects its status. How do I do that?
Thanks in advance,
Chen.
Here is the problem - There is a graph I have to create, based on the
following information:
I have projects names, and each project has the following data:
1. Estimated cost.
2. Actual cost.
3.Status, which can be one of 3: a. over with b. in progress c. per
demand
I need to put the data on a 3D column graph, in a way that each
project will have 2 columns that compare estimated and actual cost,
but the problem is I also need to put some kind of an attribute on
every project which reflects its status. How do I do that?
Thanks in advance,
Chen.