c#条形图--很有用

时间:2014-04-18 19:35:12
【文件属性】:
文件名称:c#条形图--很有用
文件大小:95KB
文件格式:ZIP
更新时间:2014-04-18 19:35:12
c# 源代码 c#写的条形图,自己联系时写的 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 条形图_2_ { class ListInfo { int height; public int Height { get { return height; } set { height = value; } } string text; public string Text { get { return text; } set { text = value; } } int trueheight; public int Trueheight { get { return trueheight; } set { trueheight = value; } } public ListInfo(int height,string text) { this.trueheight = height; this.text = text; } } }
【文件预览】:
条形图(2)
----条形图(2)()
--------Form1.cs(540B)
--------bin()
--------obj()
--------back.cs(8KB)
--------Properties()
--------Program.cs(493B)
--------image()
--------Form1.Designer.cs(2KB)
--------ListInfo.cs(769B)
--------条形图(2).csproj(4KB)
--------Form1.resx(6KB)
----条形图(2).suo(19KB)
----条形图(2).sln(938B)

网友评论