Click here to Skip to main content
16,020,877 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create a dashboard for server availablity using the stacked bar chart. when the server is fail at a particular time then Failed serise should show at that time and when its success then success series should show.
my dataset is
ServerName            Status         TimeStamp
http://Server1/          1       2012-05-08 08:49:46.913
http://Server1/          1       2012-05-08 09:04:40.097
http://Server1/          0       2012-05-08 09:20:07.170
Server2                  1       2012-05-08 08:42:06.180
Server2                  1       2012-05-08 11:26:52.020
Server2                  0       2012-05-08 11:28:59.623


When status is 1 then server is success and when status is 0 then server is failed.
Posted
Updated 8-May-12 2:37am

1 solution

 
Share this answer
 
Comments
ravindra giri 10-May-12 10:51am    
but this is simple bar chart only.
i want to create stacked bar chart using MSChart control.where success series color will be green and failed series color should be red. after some time if server problem is fixed then again success series should be continue.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900