TChart-对象查看器与打印预览
摘要:界面代码: object Form1: TForm1 Left = 568 Top = 393 Width = 725 Height = 408 Caption = '对象观察器' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color
阅读全文
posted @
2020-02-29 12:55
丶愤怒的蘑菇
阅读(364)
推荐(1)
TChart-图表的滚动与翻译
摘要:界面代码: object Form1: TForm1 Left = 202 Top = 182 Width = 1305 Height = 675 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Colo
阅读全文
posted @
2020-02-26 21:56
丶愤怒的蘑菇
阅读(525)
推荐(1)
TChart-数据编辑(TChartListBox,TeeCommander)
摘要:先上图 功能代码: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TeEngine, Series, TeeNavigato
阅读全文
posted @
2020-02-21 19:34
丶愤怒的蘑菇
阅读(550)
推荐(1)
TChart-图表编辑器的测试
摘要:最近不知怎么的,想研究一下图表。先上效果图: 功能代码: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TeeEdit, E
阅读全文
posted @
2020-02-20 19:47
丶愤怒的蘑菇
阅读(470)
推荐(1)