ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Chart With Three Axis
Posted by Anand Kumar on Feb-08-2011 14:46
Attachments:
HI Peter,
             Again i have a issue in my Application.I have to Display the chart with x-axis as time y-axis as SERVERs.
Here the problem in that i have to display the horizontal bars for each SERVER as availability for the particular time.That is if the SERVER one is 90% available at 12:00 Hrs  and SERVER two is 100% available at 23:00 Hrs.So i give a prototype of my graph which i have to generate.Please provide me some solution to generate the chart.
AvailabilityGraph.PNG

  Re: Chart With Three Axis
Posted by Anand Kumar on Feb-08-2011 14:48
Hoping early response from your side Peter.Thanx in advance.

  Re: Chart With Three Axis
Posted by Peter Kwan on Feb-09-2011 04:39
Hi Anand,

You may consider to draw your chart as a "Multi-Color Gantt Chart". You may refer to the "Multi-Color Gantt Chart" sample code for an example. You just need to draw the green bars at the bottom, and then overlay the bars of other colors on top.

For the labels on the right side (which shows the percentages), you may use add them as labels to xAxis2 (using Axis.setLabels), just like how to add the labels on the left side.

Hope this can help.

Regards
Peter Kwan