使用C#在Windows应用程序中绘制图形

问题描述:


我的问题是我想绘制一个条形图,在x轴上显示数据库,并在Y轴上显示该数据库所消耗的CPU时间,现在我想将结果集中的查询显示为工具提示,我将其提供为数据源.
如何实现该目标,需要尽快获得帮助.

Hi,
My question is I am trying to plot a bar graph showing database on x axis and CPU time consumed by that database in Y-axis,now i want to display a query from my result set as a tooltip, which i am providing to graph as a datasource.
How to achieve that, need help asap.

这听起来像是我的一位同事正在做的事情.我真的希望你不是他.你到底是什么问题?你坚持什么?

我将从这里开始,并发回您遇到的特定问题:
使用MSChart for .NET的指南 [ ^ ]

你有什么代码?具体是什么不起作用?
This sounds like something one of my coworkers is doing right now. I really hope you are not him. What exactly is your question? What are you stuck on?

I''d start here and post back specific issues you are stuck on:
A Guide to using MSChart for .NET[^]

What code do you have? What specifically is not working?