Hi Guru
How do I graphically represent 'Mb' and '%' on the same bar chart? I want to display actual Mb growth and percentage growth on the same bar chart. For example the Mb values on the left vertical axis and % on the right vertical axis such as :
Mb | | %
|____ |
| | |
| | ____ |
| | | | |
|-----| | | |
| | | | |
| | |-----| |
|____|__|____|________|
db1 db2
Using data like:
db name | Total Size Mb | Weekly Growth % |
---------------------------------------------------
db1 | 1000 | 45.00
db2 | 800 | 25.00
Any help greatly appreciated.
Cheers
David
How do I graphically represent 'Mb' and '%' on the same bar chart? I want to display actual Mb growth and percentage growth on the same bar chart. For example the Mb values on the left vertical axis and % on the right vertical axis such as :
Mb | | %
|____ |
| | |
| | ____ |
| | | | |
|-----| | | |
| | | | |
| | |-----| |
|____|__|____|________|
db1 db2
Using data like:
db name | Total Size Mb | Weekly Growth % |
---------------------------------------------------
db1 | 1000 | 45.00
db2 | 800 | 25.00
Any help greatly appreciated.
Cheers
David