社区
数据库相关
帖子详情
问个弱弱的问题,TChart如何实现只有Y轴放大缩小的效果
HUANG_JH
2004-08-18 03:10:27
最近想在自己的程序里使用TChart,但是发现TChart的放大缩小功能很不好用,使用ZoomPercent就会将X、Y轴同时放大、缩小,有没有什么办法,可以只放大缩小Y轴或X轴
...全文
158
4
打赏
收藏
微信扫一扫
点击复制链接
分享
下载分享明细
分享
举报
写回复
4 条
回复
切换为时间正序
当前发帖距今超过3年,不再开放新的回复
发表回复
wendy1208
2004-09-02
Chart1.BottomAxis.Automatic := False ;
Chart1.BottomAxis.Minimum := 45.2 ;
Chart1.BottomAxis.Maximum := 67.1 ;
Chart1.LeftAxis.Automatic := False ;
Chart1.LeftAxis.Minimum := 150 ;
Chart1.LeftAxis.Maximum := 300 ;
同意!
打赏
举报
回复
赞
seasunsky
2004-08-18
楼上的可以,动态改变LeftAxis的Minimum以及Maximum值试试
打赏
举报
回复
赞
wanwangzhiwang
2004-08-18
Chart1.BottomAxis.Automatic := False ;
Chart1.BottomAxis.Minimum := 45.2 ;
Chart1.BottomAxis.Maximum := 67.1 ;
Chart1.LeftAxis.Automatic := False ;
Chart1.LeftAxis.Minimum := 150 ;
Chart1.LeftAxis.Maximum := 300 ;
打赏
举报
回复
赞
kaguo
2004-08-18
chart中axis卡上scales可以吧自动取消,设置上不变轴的数字啊,但是鼠标动作就控制不了俄
打赏
举报
回复
赞
相关推荐
tch
art
和ch
art
折线图实时显示
tch
art
和ch
art
图实时显示
,
x
轴
为时间
,
显示格式为MM-dd mm:ss.fff。 ch
art
图设置为2条曲线
,
数据时间差为0.5s。曲线时间间隔为0.5s
,
最大刻度5s。
tch
art
图为一条曲线
,
曲线时间间隔为10s
,
最大刻度1min。 基于VS...
tCh
art
X
轴
时间显示以及Y
轴
自动范围
使用
tCh
art
有一段时间了
,
一直想用X
轴
显示时间
,
查了很多资料才
实现
,
下面是具体步骤。 //初始化设置 //设置X
轴
为时间坐标 this->
tCh
art
1->Dock = DockStyle::Fill; this->
tCh
art
1->Aspect->View3D = ...
Tch
art
实现
点拖动
VC创建对话框
,
在对话框中
实现
Tch
art
控件点拖动功能。
teech
art
mysql_TeeCh
art
的
X
轴
为时间
,
多个Y
轴
的
显示
最后上代码public p
art
ial class Test : Form{private
TCh
art
tCh
art
= new
TCh
art
();private int space = ;public Test(){Initialize...}/// /// 添加若干个自定义坐标
轴
/// /// private void AddCustomAxis(int co...
TeeCh
art
的
X
轴
为时间
,
多个Y
轴
的
显示(C#)
https://www.cnblogs.com/chucklu/p/4513954.html   ... private
TCh
art
tCh
art
= new
TCh
art
(); private int space = 3; </span>&
发帖
数据库相关
微信扫一扫
点击复制链接
分享社区
下载分享明细
2473
社区成员
8.8w+
社区内容
Delphi 数据库相关
社区管理员
加入社区
帖子事件
创建了帖子
2004-08-18 03:10
社区公告
暂无公告